After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 157560 - beagle does not work without xattrs
beagle does not work without xattrs
Status: RESOLVED DUPLICATE of bug 157130
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-07 03:31 UTC by Mystilleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mystilleef 2004-11-07 03:31:50 UTC
The latest snapshot of Beagle doesn't work on Reiser4 because Reiser4 does not
support extended attributes. Trying to run the beagle deamon, beagled, on
reiser4 in debug mode gives the following error:

WARNING: Could not open Evolution addressbook.  Addressbook searching is disabled.
INFO: Beagle daemon started
INFO: Watching /home/goldenmyst
INFO: Scanning Tomboy notes...
INFO: Scanned 12 notes in .18s
INFO: Scanning blogs...
INFO: Scanned 288 items in 11 blogs in .15s
INFO: Watched 93 directories in 1.28s

Unhandled Exception: System.Exception: Could not set extended attribute on
/home/goldenmyst: Operation not supported
in [0x00067] (at
/tmp/portage/beagle-20041017/work/beagle/Util/ExtendedAttribute.cs:66)
Beagle.Util.ExtendedAttribute:Set (System.IO.FileSystemInfo,string,string)
in [0x00023] (at
/tmp/portage/beagle-20041017/work/beagle/beagled/FileSystemQueryable/CrawlQueue.cs:114)
Beagle.Daemon.FileSystemQueryable.CrawlQueue:SetCrawlTime (string)
in [0x0000a] (at
/tmp/portage/beagle-20041017/work/beagle/beagled/FileSystemQueryable/CrawlQueue.cs:201)
Beagle.Daemon.FileSystemQueryable.CrawlQueue:ScheduleCrawl (string)
in [0x0001a] (at
/tmp/portage/beagle-20041017/work/beagle/beagled/FileSystemQueryable/FileSystemQueryable.cs:70)
Beagle.Daemon.FileSystemQueryable.FileSystemQueryable:StartWorker ()
in <0x00053> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()

The deamon then hangs indefinately.
Comment 1 Jon Trowbridge 2004-11-07 04:17:56 UTC
Is user_xattr set on the filesystem in /etc/fstab?
Comment 2 Mystilleef 2004-11-07 09:49:34 UTC
Reiser4 does not support that mount option. It does not have support for
extended attributes.
Comment 3 Joe Shaw 2004-11-09 22:29:11 UTC

*** This bug has been marked as a duplicate of 157130 ***