* [gentoo-user] gamin
@ 2006-06-12 11:23 Arnau Bria
2006-06-12 21:51 ` Benno Schulenberg
0 siblings, 1 reply; 5+ messages in thread
From: Arnau Bria @ 2006-06-12 11:23 UTC (permalink / raw
To: gentoo-user
Hi,
This morning I noticed that gam_server was eating 80 90% of cpu...
I'm trying to find who installed gamin in my system, the dependency,
but I found nothing... ('equery depends gamin' shows nothing, with -a,
equery breaks)
I looked for (gam_Server) PID and its PPID (1)...so I don't know
who is calling for its service...
I'm using kde 3.4 (upgrading to 3.5)
So, how may I know if gamin is required package?
I have killed it and my system works pretty fine.
thanks in advance!
--
Arnau Bria
http://blog.emergetux.net
"Flanders, de nada sirve rezar: yo mismo acabo de hacerlo y los dos
no vamos a ganar"
~Homer J. Simpson~
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gamin
2006-06-12 11:23 [gentoo-user] gamin Arnau Bria
@ 2006-06-12 21:51 ` Benno Schulenberg
2006-06-13 6:54 ` Arnau Bria
0 siblings, 1 reply; 5+ messages in thread
From: Benno Schulenberg @ 2006-06-12 21:51 UTC (permalink / raw
To: gentoo-user
Arnau Bria wrote:
> This morning I noticed that gam_server was eating 80 90% of
> cpu... I'm trying to find who installed gamin in my system,
If you look at the ebuild
('less /usr/portage/app-admin/gamin/gamin-0.1.7.ebuild'), you'll
see that gamin provides the virtual fam.
$ equery depends fam
[ Searching for packages depending on fam... ]
gnome-base/gnome-vfs-2.12.2
But there are several other packages that depend on fam when the fam
USE flag is set, among them kdelibs.
You can also do an 'emerge -pet world | less', and look under what
package gamin sits.
> So, how may I know if gamin is required package?
It is used to observe whether files have changed. Quite useful when
you happen to pull out files from under Kate. If you don't need it,
drop the fam USE flag.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gamin
2006-06-12 21:51 ` Benno Schulenberg
@ 2006-06-13 6:54 ` Arnau Bria
2006-06-13 20:26 ` Benno Schulenberg
0 siblings, 1 reply; 5+ messages in thread
From: Arnau Bria @ 2006-06-13 6:54 UTC (permalink / raw
To: gentoo-user
On Mon, 12 Jun 2006 23:51:51 +0200
Benno Schulenberg <benno.schulenberg@gmail.com> wrote:
Hi,
> If you look at the ebuild
> ('less /usr/portage/app-admin/gamin/gamin-0.1.7.ebuild'), you'll
> see that gamin provides the virtual fam.
Yep, I visited its web!
> $ equery depends fam
> [ Searching for packages depending on fam... ]
> gnome-base/gnome-vfs-2.12.2
In my case, I have no output at this command..
> But there are several other packages that depend on fam when the fam
> USE flag is set, among them kdelibs.
That's it! kdelibs! I can't figure why equery does not show it...
[...]>
> It is used to observe whether files have changed. Quite useful
> when
> you happen to pull out files from under Kate. If you don't need it,
> drop the fam USE flag.
I've done it... I'll see what happen in future.
> Benno
Thanks!
--
Arnau Bria
http://blog.emergetux.net
"Flanders, de nada sirve rezar: yo mismo acabo de hacerlo y los dos
no vamos a ganar"
~Homer J. Simpson~
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gamin
2006-06-13 6:54 ` Arnau Bria
@ 2006-06-13 20:26 ` Benno Schulenberg
2006-06-14 15:29 ` Arnau Bria
0 siblings, 1 reply; 5+ messages in thread
From: Benno Schulenberg @ 2006-06-13 20:26 UTC (permalink / raw
To: gentoo-user
Arnau Bria wrote:
> That's it! kdelibs! I can't figure why equery does not show it...
It appears to have been fixed in gentoolkit-0.2.2. After a sync and
an upgrade:
$ equery depends fam
[ Searching for packages depending on fam... ]
gnome-base/gnome-vfs-2.12.2
kde-base/kdelibs-3.5.3-r1
But for you, when you've removed the fam flag, this should still
output nothing, I suppose.
There's room for improvement,though:
$equery depends gamin
[ Searching for packages depending on gamin... ]
Equery should detect that gamin provides a virtual, and then check
for the dependents of that. Are you any good at Python? :)
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gamin
2006-06-13 20:26 ` Benno Schulenberg
@ 2006-06-14 15:29 ` Arnau Bria
0 siblings, 0 replies; 5+ messages in thread
From: Arnau Bria @ 2006-06-14 15:29 UTC (permalink / raw
To: gentoo-user
On Tue, 13 Jun 2006 22:26:44 +0200
Benno Schulenberg <benno.schulenberg@gmail.com> wrote:
> Arnau Bria wrote:
> > That's it! kdelibs! I can't figure why equery does not show it...
>
> It appears to have been fixed in gentoolkit-0.2.2. After a sync and
> an upgrade:
> $ equery depends fam
> [ Searching for packages depending on fam... ]
> gnome-base/gnome-vfs-2.12.2
> kde-base/kdelibs-3.5.3-r1
> But for you, when you've removed the fam flag, this should still
> output nothing, I suppose.
Without the USE flag:
lx-arnau ~ # equery depends fam
[ Searching for packages depending on fam... ]
kde-base/kdelibs-3.4.3-r1
kde-base/kdelibs-3.5.2-r6
(I must remove kde 3.4)
lx-arnau ~ # equery depends gamin
[ Searching for packages depending on gamin... ]
> There's room for improvement,though:
>
> $equery depends gamin
> [ Searching for packages depending on gamin... ]
>
> Equery should detect that gamin provides a virtual, and then check
> for the dependents of that. Are you any good at Python? :)
No, just a little perl and bash :-(
> Benno
Thanks for your replies.
--
Arnau Bria
http://blog.emergetux.net
"Flanders, de nada sirve rezar: yo mismo acabo de hacerlo y los dos
no vamos a ganar"
~Homer J. Simpson~
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-14 15:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 11:23 [gentoo-user] gamin Arnau Bria
2006-06-12 21:51 ` Benno Schulenberg
2006-06-13 6:54 ` Arnau Bria
2006-06-13 20:26 ` Benno Schulenberg
2006-06-14 15:29 ` Arnau Bria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox