* [gentoo-user] knotify4 is having a hissy fit again
@ 2011-10-18 21:52 Mick
2011-10-18 22:02 ` [gentoo-user] " Mick
0 siblings, 1 reply; 4+ messages in thread
From: Mick @ 2011-10-18 21:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1565 bytes --]
Just woken up the box from sleep and within a minute I was alarmed by the fan
racing up and the temperature showing 71.0-76.0C
Top showed that one of the two knotify processes was consuming 100% of CPU:
===============================================
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
6665 michael 21 1 299m 23m 16m S 100 0.6 6:27.02 kdeinit4: kded4
[kdeinit]
6709 michael 21 1 602m 36m 20m S 100 0.9 7:01.68 /usr/bin/knotify4
2799 michael 21 1 579m 34m 20m S 1 0.9 0:05.13 /usr/bin/knotify4
===============================================
# lsof | grep -i /usr/bin/knotify4
knotify4 2799 michael txt REG 8,7 176600
559245 /usr/bin/knotify4
knotify4 6709 michael txt REG 8,7 176600
559245 /usr/bin/knotify4
I thought of sharing what I saw above as this is not happening that often on
my laptop. I know that others have also reported knotify playing up.
The only KDE application that I was running after I woke up the machine from
sleep was kmail-1.13.7 (KDE-4.6.5)
Is there an update on this problem that you know of?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: knotify4 is having a hissy fit again
2011-10-18 21:52 [gentoo-user] knotify4 is having a hissy fit again Mick
@ 2011-10-18 22:02 ` Mick
2011-10-18 22:22 ` Neil Bothwick
0 siblings, 1 reply; 4+ messages in thread
From: Mick @ 2011-10-18 22:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1689 bytes --]
On Tuesday 18 Oct 2011 22:52:56 Mick wrote:
> Just woken up the box from sleep and within a minute I was alarmed by the
> fan racing up and the temperature showing 71.0-76.0C
>
> Top showed that one of the two knotify processes was consuming 100% of CPU:
> ===============================================
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
> 6665 michael 21 1 299m 23m 16m S 100 0.6 6:27.02 kdeinit4:
> kded4 [kdeinit]
> 6709 michael 21 1 602m 36m 20m S 100 0.9 7:01.68
> /usr/bin/knotify4 2799 michael 21 1 579m 34m 20m S 1 0.9
> 0:05.13 /usr/bin/knotify4
===============================================
>
> # lsof | grep -i /usr/bin/knotify4
> knotify4 2799 michael txt REG 8,7 176600
> 559245 /usr/bin/knotify4
> knotify4 6709 michael txt REG 8,7 176600
> 559245 /usr/bin/knotify4
>
> I thought of sharing what I saw above as this is not happening that often
> on my laptop. I know that others have also reported knotify playing up.
>
> The only KDE application that I was running after I woke up the machine
> from sleep was kmail-1.13.7 (KDE-4.6.5)
>
> Is there an update on this problem that you know of?
After some further investigation it is worth reporting that the problem was
caused not by knotify, but by kdeinit!
I exited X and stopped xdm. Only one knotify4 was left running as well as the
kdeinit, both pegged at 100% and neither would go away after the X session had
exited. I was able to kill -15 the knotify PID, but the kdeinit would not
shift until I used kill -9.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: knotify4 is having a hissy fit again
2011-10-18 22:02 ` [gentoo-user] " Mick
@ 2011-10-18 22:22 ` Neil Bothwick
2011-10-19 7:57 ` Mick
0 siblings, 1 reply; 4+ messages in thread
From: Neil Bothwick @ 2011-10-18 22:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
On Tue, 18 Oct 2011 23:02:20 +0100, Mick wrote:
> After some further investigation it is worth reporting that the problem
> was caused not by knotify, but by kdeinit!
>
> I exited X and stopped xdm. Only one knotify4 was left running as well
> as the kdeinit, both pegged at 100% and neither would go away after the
> X session had exited. I was able to kill -15 the knotify PID, but the
> kdeinit would not shift until I used kill -9.
It's actually kded4 causing the problem, and it is a known issue.
killall -9 kded4 gets things working again.
--
Neil Bothwick
Death is proven to be 99.9% fatal to all laboratory rats.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: knotify4 is having a hissy fit again
2011-10-18 22:22 ` Neil Bothwick
@ 2011-10-19 7:57 ` Mick
0 siblings, 0 replies; 4+ messages in thread
From: Mick @ 2011-10-19 7:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 818 bytes --]
On Tuesday 18 Oct 2011 23:22:38 Neil Bothwick wrote:
> On Tue, 18 Oct 2011 23:02:20 +0100, Mick wrote:
> > After some further investigation it is worth reporting that the problem
> > was caused not by knotify, but by kdeinit!
> >
> > I exited X and stopped xdm. Only one knotify4 was left running as well
> > as the kdeinit, both pegged at 100% and neither would go away after the
> > X session had exited. I was able to kill -15 the knotify PID, but the
> > kdeinit would not shift until I used kill -9.
>
> It's actually kded4 causing the problem, and it is a known issue.
> killall -9 kded4 gets things working again.
You're right - was posting from memory, which is not what it used to be! I am
convinced that by the end of the day I am experiencing some badblocks. ;-)
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-19 7:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 21:52 [gentoo-user] knotify4 is having a hissy fit again Mick
2011-10-18 22:02 ` [gentoo-user] " Mick
2011-10-18 22:22 ` Neil Bothwick
2011-10-19 7:57 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox