* [gentoo-user] hald is stuck
@ 2007-07-09 23:26 Michael George
2007-07-09 23:46 ` Albert Hopkins
0 siblings, 1 reply; 6+ messages in thread
From: Michael George @ 2007-07-09 23:26 UTC (permalink / raw
To: gentoo-user
I got home from work today to find that hald-addon-storage was stuck on
disk I/O and holding the load at 1 or higher. I tried restarting hald
in /etc/init.d, but that just caused hald-probe-storage to stick,
driving the load to 2.
I've never had this happen before and I haven't migrated to a new kernel
or anything lately...
Is there any way to fix that other than reboot?
--
-M
There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] hald is stuck
2007-07-09 23:26 [gentoo-user] hald is stuck Michael George
@ 2007-07-09 23:46 ` Albert Hopkins
2007-07-10 0:47 ` Michael George
0 siblings, 1 reply; 6+ messages in thread
From: Albert Hopkins @ 2007-07-09 23:46 UTC (permalink / raw
To: gentoo-user
On Mon, 2007-07-09 at 19:26 -0400, Michael George wrote:
> I got home from work today to find that hald-addon-storage was stuck on
> disk I/O and holding the load at 1 or higher. I tried restarting hald
> in /etc/init.d, but that just caused hald-probe-storage to stick,
> driving the load to 2.
>
> I've never had this happen before and I haven't migrated to a new kernel
> or anything lately...
>
> Is there any way to fix that other than reboot?
What state is the process in? If it's in an "Uninterruptible sleep" (D)
mode then it won't die/continue until it gets whatever I/O it's
expecting. If it doesn't (e.g. there's something wrong with the device
it's held on to) then you'll probably have to reboot.
http://linuxgazette.net/issue83/tag/6.html
--
Albert W. Hopkins
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] hald is stuck
2007-07-09 23:46 ` Albert Hopkins
@ 2007-07-10 0:47 ` Michael George
2007-07-10 15:33 ` Alessandro del Gallo
0 siblings, 1 reply; 6+ messages in thread
From: Michael George @ 2007-07-10 0:47 UTC (permalink / raw
To: gentoo-user
On Mon, Jul 09, 2007 at 06:46:38PM -0500, Albert Hopkins wrote:
> On Mon, 2007-07-09 at 19:26 -0400, Michael George wrote:
>
> What state is the process in? If it's in an "Uninterruptible sleep" (D)
> mode then it won't die/continue until it gets whatever I/O it's
> expecting. If it doesn't (e.g. there's something wrong with the device
> it's held on to) then you'll probably have to reboot.
>
> http://linuxgazette.net/issue83/tag/6.html
Yes, it was in state D. I could see it was hald, but I don't know what
device it was waiting on. My 3Ware controller had no complaints, and I
don't think hald was managing my other HDD. There had been no removable
disks in drives for days.
Very odd...
--
-M
There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] hald is stuck
2007-07-10 0:47 ` Michael George
@ 2007-07-10 15:33 ` Alessandro del Gallo
2007-07-13 10:02 ` Michael George
0 siblings, 1 reply; 6+ messages in thread
From: Alessandro del Gallo @ 2007-07-10 15:33 UTC (permalink / raw
To: gentoo-user
Michael George ha scritto:
> On Mon, Jul 09, 2007 at 06:46:38PM -0500, Albert Hopkins wrote:
>> On Mon, 2007-07-09 at 19:26 -0400, Michael George wrote:
>>
>> What state is the process in? If it's in an "Uninterruptible sleep" (D)
>> mode then it won't die/continue until it gets whatever I/O it's
>> expecting. If it doesn't (e.g. there's something wrong with the device
>> it's held on to) then you'll probably have to reboot.
>>
>> http://linuxgazette.net/issue83/tag/6.html
>
> Yes, it was in state D. I could see it was hald, but I don't know what
> device it was waiting on. My 3Ware controller had no complaints, and I
> don't think hald was managing my other HDD. There had been no removable
> disks in drives for days.
>
> Very odd...
>
I had the same problem:
hald was sucking 99% cpu, removables devices didn't work
and launching hald from terminal with the option "--daemon=no
--verbose=yes" i discovered it was on a infinite loop echo-ing
something about rules so I got in /etc/udev/rules.d
and found (by probing one by one) 99-libgphoto2.rules that
was HALS's murder.
I hope it's useful for you
Alessandro
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] hald is stuck
2007-07-10 15:33 ` Alessandro del Gallo
@ 2007-07-13 10:02 ` Michael George
2007-07-17 23:05 ` Michael George
0 siblings, 1 reply; 6+ messages in thread
From: Michael George @ 2007-07-13 10:02 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 10, 2007 at 05:33:59PM +0200, Alessandro del Gallo wrote:
>
> I had the same problem:
>
> hald was sucking 99% cpu, removables devices didn't work
> and launching hald from terminal with the option "--daemon=no
> --verbose=yes" i discovered it was on a infinite loop echo-ing
> something about rules so I got in /etc/udev/rules.d
> and found (by probing one by one) 99-libgphoto2.rules that
> was HALS's murder.
I don't have that ruleset on my system. I'll have to look into how to
"probe one by one" the rulesets if it should happen again.
Thank you for your reply!
--
-M
There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] hald is stuck
2007-07-13 10:02 ` Michael George
@ 2007-07-17 23:05 ` Michael George
0 siblings, 0 replies; 6+ messages in thread
From: Michael George @ 2007-07-17 23:05 UTC (permalink / raw
To: gentoo-user
Bah! It's happened again to my system.
It was fine this morning when I left for work, but now
hald-addon-storage is stuck waiting on Disk IO (state of D). I looked
in the log and the only thing I noticed was that the ide-cd system
received a lost interrupt and timed out errors on both devices (hda and
hdb). All I have on there are IDE CD-ROM drives and they are both
empty...
Anyone have enough experience to hazard a guess as to whether I have a
drive going bad or if it's the controller?
Or could the timeout errors be unrelated?
On Fri, Jul 13, 2007 at 06:02:07AM -0400, Michael George wrote:
> On Tue, Jul 10, 2007 at 05:33:59PM +0200, Alessandro del Gallo wrote:
> >
> > I had the same problem:
> >
> > hald was sucking 99% cpu, removables devices didn't work
> > and launching hald from terminal with the option "--daemon=no
> > --verbose=yes" i discovered it was on a infinite loop echo-ing
> > something about rules so I got in /etc/udev/rules.d
> > and found (by probing one by one) 99-libgphoto2.rules that
> > was HALS's murder.
>
> I don't have that ruleset on my system. I'll have to look into how to
> "probe one by one" the rulesets if it should happen again.
--
-M
There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-07-17 23:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-09 23:26 [gentoo-user] hald is stuck Michael George
2007-07-09 23:46 ` Albert Hopkins
2007-07-10 0:47 ` Michael George
2007-07-10 15:33 ` Alessandro del Gallo
2007-07-13 10:02 ` Michael George
2007-07-17 23:05 ` Michael George
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox