GNOME Bugzilla – Bug 404749
trackerfs.py doesn't mount the FS
Last modified: 2010-03-03 15:54:05 UTC
Please describe the problem: Trying to mount a trackerfs using trackerfs.py doesn't work. The output giving the command as root with the --tag or --search option is the following: Traceback (most recent call last):
+ Trace 108282
fs = TrackerFs()
TrackerClient.__init__(self)
bus = dbus.SessionBus()
return Bus.__new__(cls, Bus.TYPE_SESSION, use_default_mainloop, private)
bus._connection = dbus_bindings.bus_get(bus_type, private)
The same command given as normal user outputs the following: 2007-02-05 21:40:18,960 - trackerfs - DEBUG - mountpoint: '/home/pappageno/Recover' 2007-02-05 21:40:18,960 - trackerfs - DEBUG - Use Search 2007-02-05 21:40:20,085 - trackerfs - DEBUG - Refresh Filelist fuse: failed to exec fusermount: Permission denied python: fuse_opt.c:67: fuse_opt_insert_arg: Assertion `pos <= args->argc' failed. Aborted (core dumped) Steps to reproduce: 1. sudo python trackerfs.py /media/foo --tag=foo 2. sudo python trackerfs.py /media/foo --search=foo 3. python trackerfs.py ~/foo --tag=foo 4. python trackerfs.py ~/foo --search=foo Actual results: The Fs it's not mounted and you get the output pasted above Expected results: The Fs should be mounted containing the files tagged as specified with the --tag option Does this happen every time? Yes Other information:
I have the same issue. I'am using ubuntu 7.04
trackerfs has been removed from the source tree as it wasn't maintained (it was still using the 0.6.x API).