


Code: Select all
notify /*
fsset ext2 kernel
fsset ext3 kernel
fsset reisefs kernel
fsset vfat kernel
fsset fat kernel
fsset fat32 kernel
fsset ntfs kernel
fsset tmpfs kernel

I followed your example, and unfortunately I can say the dude's back, I'm upgrading my kde and suddenly gam_server reraised its ugly head. On my box always the same percentage cpu (abt 6 to 7) after a while. As others have wondered, where did this mofu come from and why do we need it? Never saw it, until about a month and a half ago. I read some pages on it, and still it is unclear to me what it is exactly good for. Then again, I am thick as wood of course.CRV§ADER//KY wrote:I tried putting this in /etc/gamin/gaminrc:So far, I haven't had any more CPU consumptions... but since they're quite random, I'm still waiting before I say the solution actually works.Code: Select all
notify /* fsset ext2 kernel fsset ext3 kernel fsset reisefs kernel fsset vfat kernel fsset fat kernel fsset fat32 kernel fsset ntfs kernel fsset tmpfs kernel
Code: Select all
nd from FAM server connection
invalid length 24902
invalid length 24902
invalid length 24902
invalid length 24902
end from FAM server connection
invalid length 24902
invalid length 24902
invalid length 24902
invalid length 24902
end from FAM server connection
invalid length 24902

gamin is a file alteration monitor. Applications can use it to listen for modifications to files or to the content of a directory. it's ABI compatible with FAM but, unlike fam, it doesn't do polling, but instead it supports the kernel inotify interface that doesn't have the overhead typical of polling (except bugs like this one).suredeath wrote:As others have wondered, where did this mofu come from and why do we need it? Never saw it, until about a month and a half ago. I read some pages on it, and still it is unclear to me what it is exactly good for. Then again, I am thick as wood of course.
Code: Select all
su killall gam_server
gam_server seems to still misbehave on nfs shares. I've tried disabling gam_server entirely (none /*) in /etc/gamin/gaminrc and in ~/.gaminrc, but it still pegs the cpu periodically (an unpredictably) on some nfs shares.Shamus397 wrote:gamin 0.1.8 supposedly fixes the CPU hogging bug as so I would suggest trying that if you're experiencing this problem. As seen in this bug.
I had to log out of X, thenbefore starting X up again. Now gam_server is behaving as it should.Code: Select all
su killall gam_server
Code: Select all
equery depends gaminCode: Select all
[ Searching for packages depending on gamin... ]
dev-libs/glib-2.16.3-r1 (fam? virtual/fam)
gnome-base/gnome-vfs-2.20.1-r1 (virtual/fam)
www-servers/lighttpd-1.4.19-r2 (fam? virtual/fam)
xfce-base/thunar-0.9.0-r2 (virtual/fam)
Code: Select all
emerge --unmerge gamin
emerge -av fam
rc-config start famd
rc-update add famd default