Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
FAM crap-out
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
mglauche
Retired Dev
Retired Dev


Joined: 25 Apr 2002
Posts: 564
Location: Germany

PostPosted: Sat Nov 30, 2002 8:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
arkane
l33t
l33t


Joined: 30 Apr 2002
Posts: 918
Location: Phoenix, AZ

PostPosted: Sat Nov 30, 2002 10:04 pm    Post subject: Reply with quote

Appears the only version available currently in portage (masked or unmasked) is 2.6.9.
Back to top
View user's profile Send private message
Mustard007
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 235
Location: Montreal, Quebec, Canada

PostPosted: Mon Dec 02, 2002 4:46 am    Post subject: Reply with quote

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
View user's profile Send private message
Mustard007
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 235
Location: Montreal, Quebec, Canada

PostPosted: Mon Dec 09, 2002 4:58 pm    Post subject: Reply with quote

Now i have the same trouble with KDE3.1_rc5.

Thanks !
Back to top
View user's profile Send private message
Mustard007
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 235
Location: Montreal, Quebec, Canada

PostPosted: Mon Dec 23, 2002 1:16 am    Post subject: Reply with quote

Nothing new with this issue ???
Back to top
View user's profile Send private message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Wed Dec 25, 2002 8:08 pm    Post subject: possible fix Reply with quote

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
View user's profile Send private message
Mustard007
Apprentice
Apprentice


Joined: 31 May 2002
Posts: 235
Location: Montreal, Quebec, Canada

PostPosted: Sun Dec 29, 2002 1:24 am    Post subject: Reply with quote

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
View user's profile Send private message
slikdigit
n00b
n00b


Joined: 30 Aug 2002
Posts: 73
Location: US

PostPosted: Sat Jan 11, 2003 7:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
kadmos
n00b
n00b


Joined: 22 Jun 2002
Posts: 10
Location: Australia

PostPosted: Mon Jan 13, 2003 2:02 pm    Post subject: suggested fix for FAM issues Reply with quote

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
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Mon Jan 13, 2003 2:36 pm    Post subject: Reply with quote

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
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Thu Jan 16, 2003 2:39 pm    Post subject: Reply with quote

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
View user's profile Send private message
aardvark
Guru
Guru


Joined: 30 Jun 2002
Posts: 576

PostPosted: Mon Jan 20, 2003 11:14 am    Post subject: Reply with quote

This sounds great! Have you perhaps made a modified ebuild yet? :D
I'm not so hardy at patching by hand............
(Never done it on any scale :) )
Back to top
View user's profile Send private message
chines
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 90
Location: Argentina

PostPosted: Thu Jan 23, 2003 1:15 pm    Post subject: Reply with quote

I have downloades the two files, how do you patch it?
Thanks
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Thu Jan 23, 2003 1:47 pm    Post subject: Reply with quote

Here's a bugreport with a new ebuild as promised, and yes, I did clean up my patch.

http://bugs.gentoo.org/show_bug.cgi?id=14420
Back to top
View user's profile Send private message
chines
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 90
Location: Argentina

PostPosted: Thu Jan 23, 2003 2:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Thu Jan 23, 2003 2:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
sindre
Guru
Guru


Joined: 01 Nov 2002
Posts: 315
Location: Norway

PostPosted: Thu Aug 19, 2004 7:10 pm    Post subject: Reply with quote

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
View user's profile Send private message
Jtb
Apprentice
Apprentice


Joined: 19 Dec 2003
Posts: 157
Location: Germany/Darmstadt

PostPosted: Sat Dec 16, 2006 8:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
calr0x
Apprentice
Apprentice


Joined: 16 Aug 2004
Posts: 244

PostPosted: Sat Dec 16, 2006 8:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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