Hiya gang-
Last night, amreport sent out a 48MB report to my admin mailing list.
I've tracked down why, and the culprit looks to have been the only
real change made yesterday, this being a columnspec line with all of
the width fields set to "-1" in length (according to the man page and
config file comments, this should work).
I've removed the line, and it worked fine. Upon closer inspection,
having *any* fields set to "-1" causes amanda to loop through the
integer space, generating a blank line for every step (appears to
be what's going on, at least).
Anyone else seen this problem with columnspec? Didn't see anything
in the FAQ.
Some pieces for reference, in case anyone needs them:
The removed columnspec (split for mail width):
columnspec "HostName=0:-1,Disk=2:-1,Level=2:-1,OrigKB=1:-1,OutKB=2:-1,\
Compress=2:-1,DumpRate=2:-1,DumpTime=2:-1,TapeTime=2:-1,TapeRate=2:-1"
/var/log/messages:
Mar 12 00:01:01 mir sendmail[4351]: g2C00OS04351: from=amanda,
size=48742802, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]
m>, relay=amanda@localhost
build: VERSION="Amanda-2.4.2p2"
BUILT_DATE="Thu Nov 15 20:05:51 UTC 2001"
BUILT_MACH="Linux xxxx.databuilt.com 2.4.9 #1 Tue Sep 18
20:56:20 GMT -5 2001 i686 unknown"
CC="gcc"
paths: bindir="/usr/local/bin" sbindir="/usr/local/sbin"
libexecdir="/usr/local/libexec" mandir="/usr/local/man"
AMANDA_TMPDIR="/tmp/amanda" AMANDA_DBGDIR="/tmp/amanda"
CONFIG_DIR="/usr/local/etc/amanda" DEV_PREFIX="/dev/"
RDEV_PREFIX="/dev/" DUMP="/sbin/dump"
RESTORE="/sbin/restore" SAMBA_CLIENT="/usr/bin/smbclient"
GNUTAR="/bin/gtar" COMPRESS_PATH="/bin/gzip"
UNCOMPRESS_PATH="/bin/gzip" MAILER="/usr/bin/Mail"
listed_incr_dir="/usr/local/var/amanda/gnutar-lists"
defs: DEFAULT_SERVER="xxxx.databuilt.com"
DEFAULT_CONFIG="YouProbablyShouldNotBeRunningThis"
DEFAULT_TAPE_SERVER="xxxx.databuilt.com"
DEFAULT_TAPE_DEVICE="/dev/null" HAVE_MMAP HAVE_SYSVSHM
LOCKING=POSIX_FCNTL SETPGRP_VOID DEBUG_CODE
AMANDA_DEBUG_DAYS=4 BSD_SECURITY USE_AMANDAHOSTS
CLIENT_LOGIN="amanda" FORCE_USERID HAVE_GZIP
COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast"
COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"