You are not logged in.

#1 2007-09-21 13:13:41

ErikTheRed
Member
Registered: 2007-05-10
Posts: 7

Beagle keeps filling up hard drive with huge logs

I'm using kdemod with the kickoff menu, which uses kerry beagle for its little search feature. I configured kerry just to index home, but for some reason it keeps spitting out this IndexHelper logfile that ends up taking up my entire /home partition. How do I stop kerry/beagle from doing this short of removing it

Offline

#2 2007-10-01 17:14:34

staple
Member
Registered: 2007-09-28
Posts: 81

Re: Beagle keeps filling up hard drive with huge logs

this happens to me as well

Offline

#3 2007-10-02 19:12:29

staple
Member
Registered: 2007-09-28
Posts: 81

Re: Beagle keeps filling up hard drive with huge logs

here is an ugly solution

create a file in /etc/cron.hourly called "beagle-delete-logs"

put this in it

#!/bin/sh

rm /home/[yourusername]/.beagle/Log/*

chmod u+x /etc/cron.hourly/beagle-delete-logs

then run

/etc/rc.d/crond restart

Last edited by staple (2007-10-02 23:58:59)

Offline

#4 2007-10-02 20:52:47

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: Beagle keeps filling up hard drive with huge logs

Unless I am mistaken, JGC added a patch sometime during the last few beagle packages to decrease the logging in beagled.

Offline

Board footer

Powered by FluxBB