Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
>> I'd suggest extending that file with 8K of zeroes (might need more than
>> that, but probably not).
> How do I do that? Sorry - I'm not sure of the quickest way, and I'm
> reading man pages as we speak!
Something like "dd if=/dev/zero bs=8k count=1 >>clogfile", but check the
dd man page (and make sure you have a /dev/zero).
regards, tom lane