[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: [Qube 2] Problem with cpu ... glimpseindex



Hi Guys,

Reacted too quick ... I've had a little think ...

> The "search" feature is not used at all on this Qube.
> 
> How can I disable it permanently or is it needed for something else?

The indexing function runs nightly so in /etc/cron.daily there is a perl
script buildSearchIndex.pl.  Remove this script and indexing will not
happen.

> If I can't disable it, can I restrict its "index" to just /home/groups/home
> instead of the what is probably /home?

I'm not into perl, but having a look at the script, there is a bit which
goes;

# add directories to index below as needed (within quotes)
my $gIndexDirs = '"/home/users" "/home/groups"';

Changing this should allow me to restrict the scope of my index.

Cheers,  Malcolm