Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gnome-keyring-d: high CPU usage
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Spixi
n00b
n00b


Joined: 16 Nov 2012
Posts: 40

PostPosted: Fri Jan 04, 2013 9:03 pm    Post subject: gnome-keyring-d: high CPU usage Reply with quote

Hello,

is it normal that gnome-keyring-d has such high CPU usage on an Intel Core-i5-3320M?

I use LXDE and not Gnome ... This is an output from top


Code:

top - 22:00:32 up  6:19,  4 users,  load average: 10.40, 11.43, 11.46
Tasks: 133 total,   2 running, 131 sleeping,   0 stopped,   0 zombie
Cpu(s): 90.4%us,  9.6%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   3745492k total,  2946756k used,   798736k free,       20k buffers
Swap:  8393724k total,        0k used,  8393724k free,  2137024k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND               
 5763 mari      20   0  206m 4324 3552 S   75  0.1 224:23.25 gnome-keyring-d       
 5078 mari      20   0  206m 4324 3552 S   75  0.1 325:59.64 gnome-keyring-d
 5545 mari      20   0  206m 4328 3552 S   69  0.1 321:26.22 gnome-keyring-d       
13767 mari      20   0  206m 4324 3552 S   68  0.1 221:42.16 gnome-keyring-d
13953 mari      20   0  206m 4328 3548 S   64  0.1 218:29.70 gnome-keyring-d       
20785 root      20   0  234m 197m  28m R   46  5.4   4:41.66 clang
14036 root      20   0  104m  32m  18m S    2  0.9   7:16.50 X                     
 4757 mari      20   0  221m  15m 9728 S    1  0.4   0:09.90 lxterminal
14165 mari      20   0  884m 285m  39m S    0  7.8  53:13.18 seamonkey             
21090 mari      20   0 19480 1340  988 R    0  0.0   0:00.47 top
    1 root      20   0  4236  728  624 S    0  0.0   0:01.09 init                   
    2 root      20   0     0    0    0 S    0  0.0   0:00.00 kthreadd
    3 root      20   0     0    0    0 S    0  0.0   0:00.09 ksoftirqd/0           
    6 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/0
    7 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/1     
    9 root      20   0     0    0    0 S    0  0.0   0:00.01 ksoftirqd/1
   10 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/2     


I added the USE-Flag -gnome-keyring, unmerged gnome-base/gnome-keyring and gnome-base/gnome-base/libgnome-keyring and emerged evince subversion and pambase again.

However I must unmerge /x11-libs/libgksu, /x11-libs/gksu and x11-misc/lxmed as well... But this is not so important ...


Last edited by Spixi on Fri Jan 04, 2013 9:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Fri Jan 04, 2013 9:19 pm    Post subject: Reply with quote

Although I do not use it - it is not usual. Furthermore /me is wondering why do you have more than 1 instances running.
Back to top
View user's profile Send private message
Spixi
n00b
n00b


Joined: 16 Nov 2012
Posts: 40

PostPosted: Fri Jan 04, 2013 9:27 pm    Post subject: Reply with quote

It seems that I cannot kill those processes - even not as root ...

spixxi mari # ps -A | grep keyring
5078 ? 05:44:45 gnome-keyring-d
5545 ? 05:40:04 gnome-keyring-d
5763 ? 04:03:01 gnome-keyring-d
13767 ? 04:00:24 gnome-keyring-d
13953 ? 03:57:03 gnome-keyring-d
14124 ? 00:00:00 gnome-keyring-d
spixxi mari # kill $(pidof gnome-keyring-d)
kill: Gebrauch: kill [-s Signalname | -n Signalnummer | -Signalname] [pid | job] ... oder kill -l [Signalname]
spixxi mari # pidof gnome-keyring-d
spixxi mari # kill 5078 5545 5763 13767 13953 14124
spixxi mari # ps -A | grep keyring
5078 ? 05:45:46 gnome-keyring-d
5545 ? 05:41:06 gnome-keyring-d
5763 ? 04:04:03 gnome-keyring-d
13767 ? 04:01:28 gnome-keyring-d
13953 ? 03:58:04 gnome-keyring-d
14124 ? 00:00:02 gnome-keyring-d
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Fri Jan 04, 2013 9:44 pm    Post subject: Reply with quote

Well, a"kill -9" should work.

(Beside hat pls use "
Code:
" and "
" tags.)
Back to top
View user's profile Send private message
Spixi
n00b
n00b


Joined: 16 Nov 2012
Posts: 40

PostPosted: Fri Jan 04, 2013 9:48 pm    Post subject: Reply with quote

Code:
spixxi mari # kill -9 5078 and 5545 and 5763 and 13767 and 13953 and 14124
bash: kill: and: Die Argumente müssen Prozess- oder Jobbezeichnungen sein.
bash: kill: and: Die Argumente müssen Prozess- oder Jobbezeichnungen sein.
bash: kill: and: Die Argumente müssen Prozess- oder Jobbezeichnungen sein.
bash: kill: and: Die Argumente müssen Prozess- oder Jobbezeichnungen sein.
bash: kill: and: Die Argumente müssen Prozess- oder Jobbezeichnungen sein.
spixxi mari # ps -A | grep keyring


The fan is quiet again :)

But "and" doesn't work ...

Much thanks

~Can be closed
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Fri Jan 04, 2013 9:58 pm    Post subject: Reply with quote

Spixi wrote:

But "and" doesn't work ...
ick - forgot to deactivate BBcode.

BTW please put a "[solved]" in front of the title - that's the way here to close a topic.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum