Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20745 - fam-oss-2.6.9-r3.ebuild (Bugfix Update)
Summary: fam-oss-2.6.9-r3.ebuild (Bugfix Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://oss.sgi.com/projects/fam/mail_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-10 08:31 UTC by Erik Swanson (RETIRED)
Modified: 2003-05-17 14:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fam-oss-2.6.9-r3.ebuild (fam-oss-2.6.9-r3.ebuild,1.45 KB, text/plain)
2003-05-10 08:31 UTC, Erik Swanson (RETIRED)
Details
files/largefile.patch (largefile.patch,527 bytes, text/plain)
2003-05-10 08:32 UTC, Erik Swanson (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Swanson (RETIRED) gentoo-dev 2003-05-10 08:31:27 UTC
From the patch announcement:
The following 3 line change to fam enables large file support.  Without
it, fam will send delete events to anyone interested in a large file.

Nautilus users can see the results of this bug by creating a large file
(e.g. "dd if=/dev/zero of=/tmp/bigZero bs=256k count=8000") and then
selecting it with nautilus.  Without a patched fam, the file will
disappear.

---

This is an updated ebuild for fam-oss that incorporates the patch (originally
from the message referenced in the URL). I have tested it on two systems with
positive results (it does fix the bug).

The stop() portion of the rc script is still broken, btw.
Comment 1 Erik Swanson (RETIRED) gentoo-dev 2003-05-10 08:31:55 UTC
Created attachment 11752 [details]
fam-oss-2.6.9-r3.ebuild
Comment 2 Erik Swanson (RETIRED) gentoo-dev 2003-05-10 08:32:25 UTC
Created attachment 11753 [details]
files/largefile.patch
Comment 3 foser (RETIRED) gentoo-dev 2003-05-13 19:53:22 UTC
hmm ok, now if only i had some diskspace.. liquidx can you test it somewhere maybe ?
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-05-17 14:52:22 UTC
yep tested and works well.

the test case wasn't exactly correct tho, it was more like :

dd if=/dev/zero of=/tmp/bigZero bs=256k count=8001 

or count >8000. anyway, indeed the file appears and then disappears when fam gets around to it. i've committed this to fam-oss-2.6.9-r3. thanks.