| View previous topic :: View next topic |
| Author |
Message |
mglauche Retired Dev


Joined: 25 Apr 2002 Posts: 564 Location: Germany
|
Posted: Sat Nov 30, 2002 8:57 pm Post subject: |
|
|
no, your not the only one. I did disable fam because of that. everytime i start kde, fam freaks out with 99.9% cpu ...
app-admin/fam-oss
Latest version available: 2.6.9
Latest version installed: 2.6.9
Size of downloaded files: 304 kB
but if there's a masked version, maybe its worth a try .. |
|
| Back to top |
|
 |
arkane l33t


Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Sat Nov 30, 2002 10:04 pm Post subject: |
|
|
| Appears the only version available currently in portage (masked or unmasked) is 2.6.9. |
|
| Back to top |
|
 |
Mustard007 Apprentice


Joined: 31 May 2002 Posts: 235 Location: Montreal, Quebec, Canada
|
Posted: Mon Dec 02, 2002 4:46 am Post subject: |
|
|
Yes,
I have an Athlon-XP 1800+ with AK77-333 motherboard.
With KDE 3.1RC2, i think i don't had this trouble. It's since RC3. I hope this will be resolved with 3.1 final !
Thanks ! |
|
| Back to top |
|
 |
Mustard007 Apprentice


Joined: 31 May 2002 Posts: 235 Location: Montreal, Quebec, Canada
|
Posted: Mon Dec 09, 2002 4:58 pm Post subject: |
|
|
Now i have the same trouble with KDE3.1_rc5.
Thanks ! |
|
| Back to top |
|
 |
Mustard007 Apprentice


Joined: 31 May 2002 Posts: 235 Location: Montreal, Quebec, Canada
|
Posted: Mon Dec 23, 2002 1:16 am Post subject: |
|
|
| Nothing new with this issue ??? |
|
| Back to top |
|
 |
xcable Guru


Joined: 15 Aug 2002 Posts: 424 Location: College Station, Texas
|
Posted: Wed Dec 25, 2002 8:08 pm Post subject: possible fix |
|
|
I have found a possible fix. Fam on my system was also taking most of my processor's clock cycles (about 95%). I changed the init.d fam start script (it was using some start-stop-daemon deamon that comes form debian, i think). I rewrote the script, rebooted and so far everything is ok (no need to run rc-update).
here is the script located in /etc/init.d/fam
depend() {
need portmap
}
start() {
ebegin "Starting fam"
/usr/bin/fam
eend $?
}
stop() {
ebegin "Stopping fam"
kill $(pidof fam)
eend $?
}
hope this helps
cable |
|
| Back to top |
|
 |
Mustard007 Apprentice


Joined: 31 May 2002 Posts: 235 Location: Montreal, Quebec, Canada
|
Posted: Sun Dec 29, 2002 1:24 am Post subject: |
|
|
Doesn't work for me....
I hope this will be corrected soon !!
We have not a lot of information about this trouble and news about fam-oss. |
|
| Back to top |
|
 |
slikdigit n00b

Joined: 30 Aug 2002 Posts: 73 Location: US
|
Posted: Sat Jan 11, 2003 7:28 pm Post subject: |
|
|
hello just thought I'd add that I've seen this too. running fam from /etc/init.d/fam start, I've got a P4 , ReiserFS, gnome 2. just experienced a slowdown, saw fam at 97% of cpu. restarted it and not a problem since. _________________ I like tapes. |
|
| Back to top |
|
 |
kadmos n00b

Joined: 22 Jun 2002 Posts: 10 Location: Australia
|
Posted: Mon Jan 13, 2003 2:02 pm Post subject: suggested fix for FAM issues |
|
|
Hi All
A FAM user recently suggested a fix for this issue on the
FAM mailing list.
If you have time, please try building FAM using the flags specified in
the above-mentioned message and post your results here or on the
FAM mailing list. |
|
| Back to top |
|
 |
Lovechild Advocate


Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Mon Jan 13, 2003 2:36 pm Post subject: |
|
|
here's a rather brutal megapatch of all the current patches, DNotify, the GCC fixup and the fix from the fam thread previously mentioned.
It's probably fairly nasty but gimme a break it was my first go at diff and patch.. and I haven't tested it yet (playing with IMon right now )
megapatch.diff
STRIKE THAT...
here's a real patch, so long as we omit the gcc fixes I can get this to compile, with the gcc fix applied I get tons of errors and imon even when imon isn't a part of the kernel anymore.
dnotifyfix.patch
I'll update you on the progress and stability.
I wonder why that patch looks so..... strange... it's a one liner yet it's +100kb... who cares, it's applies and the code compiles - now we stress test then we fix it later
- a bit later -
hehe, first hour in my life running fam where it hasn't flipped out and started using 100% CPU time.. |
|
| Back to top |
|
 |
Lovechild Advocate


Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Thu Jan 16, 2003 2:39 pm Post subject: |
|
|
Yup... FAM has yet to crap out on me after this fix... I feel I've pushed fam in every way I can think off, and it's still doing great..
Let's commit this darling of a fix to Portage.. |
|
| Back to top |
|
 |
aardvark Guru


Joined: 30 Jun 2002 Posts: 576
|
Posted: Mon Jan 20, 2003 11:14 am Post subject: |
|
|
This sounds great! Have you perhaps made a modified ebuild yet?
I'm not so hardy at patching by hand............
(Never done it on any scale ) |
|
| Back to top |
|
 |
chines Tux's lil' helper


Joined: 22 Nov 2002 Posts: 90 Location: Argentina
|
Posted: Thu Jan 23, 2003 1:15 pm Post subject: |
|
|
I have downloades the two files, how do you patch it?
Thanks |
|
| Back to top |
|
 |
Lovechild Advocate


Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
|
| Back to top |
|
 |
chines Tux's lil' helper


Joined: 22 Nov 2002 Posts: 90 Location: Argentina
|
Posted: Thu Jan 23, 2003 2:22 pm Post subject: |
|
|
So far so good
The patch works great !
I'm using vanilla sources and no problems
Thanks !!
It would be nice if the gentoo team update their ebuild with yours
Cheers |
|
| Back to top |
|
 |
Lovechild Advocate


Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Thu Jan 23, 2003 2:27 pm Post subject: |
|
|
| chines wrote: | So far so good
The patch works great !
I'm using vanilla sources and no problems
Thanks !!
It good be nice if the gentoo team update their ebuild with yours
Cheers |
If the ebuild is accepted this fix should go in hopefully before 1.4 (because this fam patch fixes a longterm problem) |
|
| Back to top |
|
 |
sindre Guru

Joined: 01 Nov 2002 Posts: 315 Location: Norway
|
Posted: Thu Aug 19, 2004 7:10 pm Post subject: |
|
|
| I've still had this happen using fam-2.7.0-r1. In fact I can't remember any version of fam ever not crapping out on me, but I haven't touched fam in a long time until now because of this problem. |
|
| Back to top |
|
 |
Jtb Apprentice

Joined: 19 Dec 2003 Posts: 157 Location: Germany/Darmstadt
|
Posted: Sat Dec 16, 2006 8:07 pm Post subject: |
|
|
It seems that this behaviour is still there.
I don't want to manually patch my fam-installation... _________________ Jens
.. God is real - unless declared integer! |
|
| Back to top |
|
 |
calr0x Apprentice

Joined: 16 Aug 2004 Posts: 244
|
Posted: Sat Dec 16, 2006 8:27 pm Post subject: |
|
|
Its a 2 year old thread... _________________ Edit the subject of the original post w/ [SOLVED] at the end if this thread is resolved. |
|
| Back to top |
|
 |
|