copying wordlists

Matthias Andree matthias.andree at gmx.de
Thu Nov 25 13:22:19 CET 2004


Robin Bowes <robin-lists at robinbowes.com> writes:

>>> BTW, df -k tells me I have 136764KB free on hte partition in question
>>> so I don't think space is the problem.
>> Does df -i tell you there are still inodes left?
>
> [root at compact root]# df -i
> Filesystem      Inodes   IUsed        IFree IUse% Mounted on
> /dev/sda2   4294967295       0   4294967295    0% /
> /dev/sda11  4294967295       0   4294967295    0% /home
> /dev/sda10  4294967295       0   4294967295    0% /opt
> none             48132       1        48131    1% /dev/shm
> /dev/sda6   4294967295       0   4294967295    0% /tmp
> /dev/sda5   4294967295       0   4294967295    0% /usr
> /dev/sda7   4294967295       0   4294967295    0% /var
> /dev/sda8   4294967295       0   4294967295    0% /var/log
> /dev/sda9   4294967295       0   4294967295    0% /var/qmail/queue
>
> It would appear that I've got lots left, or something's wrong? mail is 
> still being delivered to that partition so I can only assume that it's OK.

It's some file system with dynamic allocation of inodes.

There may be tons of data in old log files left, looking at the file
names - in default settings, log files grow up to 10 MB before
BerkeleyDB switches to a new file.  14 log files are therefore
sufficient to exhaust your space.

Try using the -c option on bf_copy, which avoids copying unneeded log
files (but the destination directory can no longer support
"catastrophic" recovery, just normal recovery).

-- 
Matthias Andree




More information about the Bogofilter mailing list