--On Friday, December 05, 2003 14:45:46 -0800 "S. Keel" <[EMAIL PROTECTED]> wrote:
> Thanks Paul, that's the problem...Any other suggestions on changing the > CONFIGURE_COMMAND? Here's the output... > > build: VERSION="Amanda-2.4.4p1" > BUILT_DATE="Tue Nov 25 14:04:53 PST 2003" > BUILT_MACH="Linux kline 2.4.20-xfs-r3 #2 SMP Sat Nov 15 20:22:51 PST 2003 > i686 Pentium III (Katmai) GenuineIntel GNU/Linux" > CC="gcc" > CONFIGURE_COMMAND="'./configure' '--with-user=vilbu' '--with-group=vilbu' Does the vilbu user and group have read permissions on every disk? Most likely it needs to be in the group sys (or disk, or whatever group owns your disks). If vilbu is actual user and not a made-up name to run backups under, it will be a mess trying to secure things once the user no longer needs access to the machines (termination, promotion, whatever the event might be). '--with-configdir=/etc/amanda' '--with-config=daily' '--with-gnutar=/bin/tar' '--with-tapedevice=/dev/nst0' '--with-amandahosts' '--with-smbclient=/usr/bin/smbclient'" > 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="/etc/amanda" DEV_PREFIX="/dev/" > RDEV_PREFIX="/dev/" DUMP="/usr/sbin/dump" > RESTORE="/usr/sbin/restore" XFSDUMP="/usr/bin/xfsdump" > XFSRESTORE="/usr/bin/xfsrestore" > SAMBA_CLIENT="/usr/bin/smbclient" GNUTAR="/bin/tar" > COMPRESS_PATH="/bin/gzip" UNCOMPRESS_PATH="/bin/gzip" > MAILER="NONE" > listed_incr_dir="/usr/local/var/amanda/gnutar-lists" > defs: DEFAULT_SERVER="kline" DEFAULT_CONFIG="daily" > DEFAULT_TAPE_SERVER="kline" > DEFAULT_TAPE_DEVICE="/dev/null" HAVE_MMAP HAVE_SYSVSHM You might want to set your default tape device to the actual device. Frank > LOCKING=POSIX_FCNTL SETPGRP_VOID DEBUG_CODE > AMANDA_DEBUG_DAYS=4 BSD_SECURITY USE_AMANDAHOSTS > CLIENT_LOGIN="vilbu" FORCE_USERID HAVE_GZIP > COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast" > COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc" > > Thanks, > Stefan > > On Fri, 5 Dec 2003, Paul Bijnens wrote: > >> S. Keel wrote: >> >> > Amanda appears to be having trouble generating emails. When I run >> > amreport I get the following output... >> > >> > $ amreport daily >> > sh: line 1: NONE: command not found >> > amreport: mail command failed: NONE -s "daily AMANDA MAIL REPORT FOR >> > BogusMonth 0, 0" [EMAIL PROTECTED] >> >> Your amanda seems to be compiled with the mailer "NONE". >> Verify with "amadmin version" and look what program MAILER is. >> >> You'll need to recompile. >> >> >> -- >> Paul @ Home >> >> -- Frank Smith [EMAIL PROTECTED] Systems Administrator Voice: 512-374-4673 Hoover's Online Fax: 512-374-4501
