Beagle changes ctime



This is quite the horror: beagle changes the ctime of files on my disk.
To confirm my initial assumption, I just did another test, as follows:

$ export BEAGLE_EXERCISE_THE_DOG=1
$ beagled --replace --fg --debug

The files that are affected don't seem to follow a particular pattern.
Many of them are plain text files without an extension.  Perhaps, all
files that beagle indexes are affected.

I'm running beagle 0.2.16 on Slackware 10.2 (32bit).  inotify is
available, and the parition in question has been mounted as follows,
according to "mount":

  /dev/hda6 on / type ext3 (rw,user_xattr,commit=60)

My configuration in ~/.beagle/config/:

daemon.xml:

  <?xml version="1.0" encoding="utf-8"?>
  <DaemonConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <StaticQueryables />
    <DeniedBackends />
    <AllowStaticBackend>false</AllowStaticBackend>
    <IndexSynchronization>true</IndexSynchronization>
    <AllowRoot>false</AllowRoot>
  </DaemonConfig>

indexing.xml:

  <?xml version="1.0" encoding="utf-8"?>
  <IndexingConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <Roots>
      <Root>/home/felix/projects</Root>
    </Roots>
    <IndexHomeDir>false</IndexHomeDir>
    <IndexOnBattery>false</IndexOnBattery>
    <Excludes />
  </IndexingConfig>

searching.xml:

  <?xml version="1.0" encoding="utf-8"?>
  <SearchingConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <ShowSearchWindowBinding Ctrl="false" Alt="false">
      <Key>F12</Key>
    </ShowSearchWindowBinding>
    <BeaglePosX>0</BeaglePosX>
    <BeaglePosY>0</BeaglePosY>
    <BeagleSearchWidth>0</BeagleSearchWidth>
    <BeagleSearchHeight>0</BeagleSearchHeight>
    <SearchHistory />
    <BeagleSearchAutoSearch>true</BeagleSearchAutoSearch>
  </SearchingConfig>

-- 
Felix E. Klee



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