Hi Ruven > That's caused by the lack of extended attributes, If you want to get > beagle running, you'll have to dive in & patch your NFS. >
But I put a .noindex file in my nfs mounted directory to avoid this. Maybe I misunderstood the whole .noindex file issue. What was explained here earlier in the thread is that if I place a .noindex file in a directory It won't try to index it. This is my system in work and my home directory is hosted on a nfs server which I cannot effect directly. I could patch my nfs but still what I was asking for is the tool to further debug this ... console.writes (as in printf's) in the code is a viable answer though I believe there must be some kind of strace equivelent in mono world... thanks for the help.. Lior. > Ruben > > On Mon, 2005-02-14 at 07:22 +0200, Lior Kesos wrote: > >Hi, > >I've placed a .noindex filein my /home which is mounted on nfs but the > >problem persists... > > > >I receive the next error... > >[EMAIL PROTECTED]: beagled --fg --debug > >INFO: Starting Beagle Daemon (version 0.0.6) > >DEBUG: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg --debug > >FATAL: Could not set extended attributes on a file in your home > >directory. See > >http://www.beaglewiki.org/index.php/Enable%20Extended%20Attributes for > >more information. > > > >Is there a lower level trace tool like strace to understand which > >directory is causing the problem? > >How do you debug mono compiled apps? > >strace on BbeagledDaemon results... > > > >strace /usr/lib/beagle/BeagleDaemon.exe --fg --debug > >strace: exec: Permission denied > >execve("/usr/lib/beagle/BeagleDaemon.exe", > >["/usr/lib/beagle/BeagleDaemon.exe", "--fg", "--debug"], [/* 75 vars > >*/]) = 0 > >ideas? directions? > > > >On Fri, 11 Feb 2005 12:25:42 +0200, Lior Kesos <[EMAIL PROTECTED]> wrote: > >> Thanks I'll try it (both the .noindex and maybe the nfs patches...) > >> > >> regards > >> Lior > >> > >> > >> On Thu, 10 Feb 2005 13:33:34 -0500, Robert Love <[EMAIL PROTECTED]> wrote: > >> > On Thu, 2005-02-10 at 10:25 -0800, Dan Elder wrote: > >> > > >> > > I thought that I had read that if you do a "touch ~/.noindex" > >> > > or > >> > > basically drop a .noindex file in any directory it won't index it or > >> > > any > >> > > subdirectories. I don't think nfs would be something supportable > >> > > though > >> > > since iNotify/extended attributes would be difficult to implement on > >> > > it. > >> > > >> > Yes, dropping .noindex in a directory will disable indexing from that > >> > directory on down. > >> > > >> > Also--NFS has extended attribute patches out there. > >> > > >> > And--inotify should work on NFS. Testers are welcome. Of course, > >> > remote changes won't be seen. For something like that, we'd need a > >> > complicated solution such as FAM. > >> > > >> > Robert Love > >> > > >> > _______________________________________________ > >> > Dashboard-hackers mailing list > >> > [email protected] > >> > http://mail.gnome.org/mailman/listinfo/dashboard-hackers > >> > > >> > >> -- > >> Peace Love and Penguins - > >> Lior Kesos > >> > > > >-- > >Peace Love and Penguins - > >Lior Kesos > > > > > > -- > Ruben Vermeersch > http://www.Lambda1.be/ > > -- Peace Love and Penguins - Lior Kesos _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
