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

Re: [cobalt-users] Whats this file?



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> My /var is still filling up, and I see a large file as follows:
>
> /var/cache/analog.dns
>
> Its 6+ MB and I'm wondering what the file is and if I can just
> delete it.

It's cached DNS lookup information for analog.  It speeds up stats 
processing by caching IP address lookups.  You can delete it at the 
expense of stats processing speed.  And it will reappear and continue 
to grow.

I'd move it to a new directory under /home, and symlink it:

su -
mkdir -p /home/cache
mv /var/cache/analog.dns /home/cache
ln -s /home/cache/analog.dns /var/cache/analog.dns

- -- 
Bruce Timberlake

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+PgzWvLA2hUZ9kgwRAvhvAJ9N67v1L8TkuFTrZz4HyT4OCmsI1wCdFmV6
9njkH49xVGlNy4+pomugCvo=
=8AXT
-----END PGP SIGNATURE-----