Dan Jacobson <[EMAIL PROTECTED]> writes:

> Fellas, stop what you're doing and take the annual outgoing directory
> bloat check:
> $ cd /var/cache/wwwoffle/outgoing && ls|colrm 2|uniq -c
>       9       O
>    5728       U
> $ wwwoffle-ls outgoing|wc -l
>       9
> $ find . -name U\* -mtime -30|wc -l
>  1569
> $ ls -l|awk '/rw/{print $2}'|sort|uniq -c #link count
>      32       1
>       7       2
>       6       3
>    5692       4
> 
> anyways, I recall efforts to combat this...

Running 'wwwoffle -purge' will tidy up loose ends like this.

These files were probably generated by WWWOFFLE crashing or being
killed.  I don't know of any bugs that would generate files in the
outgoing directory with the U prefix without the O prefix.

The link count will be caused by linking these files to the same name
in the prevout directory when going online.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html

Reply via email to