Everybody knows (i mean most of the users) that a Linux box is haunted by mysterious daemons. They are invisible, invincible and sometimes do a lot of weird stuff!.
Recently i’ve been facing “No disk space” problem with my $HOME. It happens every two weeks after i cleanup. I’ve been using the same $HOME for around 1.5 years (3-4 upgrades/installation). I cleaned up all the unused applications “.$application” directories.. nope .. not much changed. Then when i was cribing about this to srinidhi over lunch, he suggested me to take a look at “.beagle” . And yes he was right ! I have a 25GB /home and “.beagle” was using 11 GB of it
. Looks like it maintains a mirror of my $HOME!!
Bad daemon beagle ! There should be a option to set the maximum cache size that beagle can use or some interface to check how much diskspace beagle is using for cache !







Ha ha.. 11 GB .beagle for 25GB ~home. Yep, my experience with beagle was also not good. Resource intensive too!
find and locate works serves my purpose..
So the first thing I do after install is disable beagled
Comment by Suresh — December 17, 2007 @ 8:08 am
Hehe … yes:
zypper remove `rpm -qa | grep beagle`
Is my first move right after install …
Comment by JanSimon — December 20, 2007 @ 10:36 pm
Comment by Johnny — December 21, 2007 @ 12:51 pm