John and others who are helping me with this problem heres the latest
increment.....

>>That's it??  That would certainly explain the message.  The file is
>>very incomplete.

I thought that it looked a little small, but this is the first time I have
ever tried to get Amanda working, so I was unsure as to what else should be
in there.

>>What's in /tmp/amanda/amandad*debug?  Make sure you don't run anything
>>of Amanda between the failure and grabbing the file as it's usually
>>overwritten (unless you used --with-pid-debug-files).

****************-------START---------*****************

amandad: debug 1 pid 31903 ruid 0 euid 0 start time Wed Nov  8 08:30:17 2000
(null): version 2.4.1p1
(null): build: VERSION="Amanda-2.4.1p1"
(null):        BUILT_DATE="Thu Nov  2 14:54:26 EST 2000"
(null):        BUILT_MACH="Linux paperbark.hunterlink.net.au 2.2.5-15 #1 Mon
Apr 19 23:00:46 EDT 1999 i686 unknown"
(null):        CC="gcc"
(null): paths: bindir="/usr/local/bin" sbindir="/usr/local/amanda/sbin"
(null):        libexecdir="/usr/local/amanda/libexec"
(null):        mandir="/usr/local/amanda/man"
(null):        CONFIG_DIR="/usr/local/amanda/etc/amanda"
(null):        DEV_PREFIX="/dev/" RDEV_PREFIX="/dev/"
(null):        GNUTAR="/usr/bin/gtar" COMPRESS_PATH="/bin/gzip"
(null):        UNCOMPRESS_PATH="/bin/gzip" MAILER="/usr/bin/Mail"
(null):        listed_incr_dir="/usr/local/amanda/gnutar-lists"
(null): defs:  DEFAULT_SERVER="paperbark.hunterlink.net.au"
(null):        DEFAULT_CONFIG="DailySet1"
(null):        DEFAULT_TAPE_SERVER="paperbark.hunterlink.net.au"
(null):        DEFAULT_TAPE_DEVICE="/dev/null" HAVE_MMAP HAVE_SYSVSHM
(null):        LOCKING=POSIX_FCNTL SETPGRP_VOID DEBUG_CODE BSD_SECURITY
(null):        CLIENT_LOGIN="root" FORCE_USERID HAVE_GZIP
(null):        COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast"
(null):        COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"
got packet:
--------
Amanda 2.4 REQ HANDLE 000-D86F0508 SEQ 973632617
SECURITY USER root
SERVICE sendsize
OPTIONS maxdumps=1;hostname=paperbark;
GNUTAR /home 0 1970:1:1:0:0:0 -1
--------

sending ack:
----
Amanda 2.4 ACK HANDLE 000-D86F0508 SEQ 973632617
----

bsd security: remote host paperbark.hunterlink.net.au user root local user
root
bsd security check passed
(null): running service "/usr/local/amanda/libexec/sendsize"
sendsize: reading /etc/amandates: Is a directory
(null): sending REP packet:
----
Amanda 2.4 REP HANDLE 000-D86F0508 SEQ 973632617
----

(null): got ack:
----
Amanda 2.4 ACK HANDLE 000-D86F0508 SEQ 973632617
----

amandad: pid 31903 finish time Wed Nov  8 08:30:17 2000


****************-------END---------*****************


>>Can you tell if there are any stray processes running for your Amanda
>>user?

The user that is running is ROOT, so it is possible that there may be a
stray process, do you suggest I reboot the machine and try to run from a
fresh reboot, to ensure ( or at least try to ensure ) that there is no stray
processes? 
If a stray process were present how would this affect Amanda?

>> Are there any messages in the system logs about amandad or sendsize?

There is no mention of either in the /var/log/messages file, should there be
somewhere else I should be looking?
However I have just noticed that in the "amdump.1" file the following exists

****************-------START---------*****************

GETTING ESTIMATES...
driver: started dumper0 pid 2432
driver: started dumper1 pid 2433
driver: started dumper2 pid 2434
driver: started dumper3 pid 2435
dumper: pid 2432 executable dumper version 2.4.1p1, using port 896
taper: pid 2431 executable taper version 2.4.1p1
dumper: pid 2434 executable dumper version 2.4.1p1, using port 898
dumper: pid 2433 executable dumper version 2.4.1p1, using port 897
dumper: pid 2435 executable dumper version 2.4.1p1, using port 899
error result for host paperbark disk /home: missing estimate
getting estimates took 0.377 secs
FAILED QUEUE:
  0: paperbark  /home
DONE QUEUE: empty

****************-------END---------*****************

"error result for host paperbark disk /home: missing estimate" this line,
where it refers to a missing estimate, would this be causing the problem? If
so, why? and how can I/we fix it?

>>What happens if you do this on paperbark (or whatever machine you used
>>to build those binaries):

 >> cd client-src
 >> gmake getfsent
 >> ./getfsent /home    ### run this on paperbark

>>(none of this has to be done as root).  This tests out some of the file
>>system name conversion routines.  According to some of my log files,
>>that's the next line that should have show up in the debug file.

gmake getfsent return the following......

****************-------START---------*****************

[root@paperbark client-src]# gmake getfsent 
echo '#define TEST' >getfsent.test.c
echo '#include "getfsent.c"' >>getfsent.test.c
gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src
-D_FILE_OFFSET_BITS=64    -g  -c getfsent.test.c
/bin/sh ../libtool --mode=link gcc -g  -o getfsent  getfsent.test.o
libamclient.la ../common-src/libamanda.la -lm -lnsl   
gcc -g -o .libs/getfsent getfsent.test.o -Wl,--rpath
-Wl,/usr/local/amanda/lib .libs/libamclient.so -lm -lnsl -Wl,--rpath
-Wl,/usr/local/amanda/lib ../common-src/.libs/libamanda.so -lm -lnsl -lm
-lnsl
creating getfsent

****************-------END---------*****************

when I run ./getfsent /home the following is returned

****************-------START---------*****************

[root@paperbark client-src]# ./getfsent /home
getfsent (SVR3 (NeXTstep, Irix, Linux, HP-UX))
l/r fsname               mntdir         fstype  freq pass# mntopts
l  /dev/hda8            /              ext2       1     1 defaults
l  /dev/hda1            /boot          ext2       1     2 defaults
l  /dev/hda6            /home          ext2       1     2 defaults
l  /dev/hda5            /usr           ext2       1     2 defaults
l  /dev/hda7            /var           ext2       1     2 defaults
r  /dev/hda9            swap           swap       0     0 defaults
l  /dev/fd0             /mnt/floppy    ext2       0     0 noauto
r  /dev/cdrom           /mnt/cdrom     iso9660    0     0 noauto,ro
l  none                 /proc          proc       0     0 defaults
l  none                 /dev/pts       devpts     0     0 mode=0622
--------
Found local mount for /usr:
/dev/hda5            /usr           ext2       1     2 defaults
fstype of `/': ext2
fstype of `/dev/root': 
fstype of `/usr': ext2
fstype of `c0t3d0s0': 
device of `/tmp/foo': /tmp/foo
dirname of `/tmp/foo': /tmp/foo
fstype of `/tmp/foo': 
device of `./foo': ./foo
dirname of `./foo': ./foo
fstype of `./foo': 
device of `/home': /dev/hda6
dirname of `/home': /home
fstype of `/home': ext2

****************-------END---------*****************

Sorry about the length of the post, I just wanted to make sure that I
acurratley answered all of your questions.

Cheers..

Nathan



Reply via email to