Amanda-Users

Re: WARNING: database01: selfcheck request timed out. Host down?

2003-12-20 12:35:37
Subject: Re: WARNING: database01: selfcheck request timed out. Host down?
From: Gene Heskett <gene.heskett AT verizon DOT net>
To: "Dean Pullen" <dean.pullen AT virtuefusion DOT com>, <amanda-users AT amanda DOT org>
Date: Sat, 20 Dec 2003 12:32:12 -0500
On Saturday 20 December 2003 07:11, Dean Pullen wrote:
>I'm not actually getting any debug files in /tmp/amanda on my client
> machine (database01).
>
>Does this probably mean amandad isn't being run on startup?
>
>If I manually try to start amandad a debug file appears, so I
> believe all the directory permissions are ok.

Do you still have the default "disable=yes" in the 
/etc/xinetd.d/amanda and such files?  Change it to =no in all three 
sections or all 3 files, like this:

/etc/xinetd.d/amanda:
--------------------
# default = off
#
# description: Part of the Amanda server package
# This is the list of daemons & such it needs
service amanda
{
        disable = no
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = amanda
        group           = disk
        groups          = yes
        server          = /usr/local/libexec/amandad
}
service amandaidx
{
        disable = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = amanda
        group           = disk
        groups          = yes
        server          = /usr/local/libexec/amindexd
}
service amidxtape
{
        disable = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = amanda
        group           = disk
        groups          = yes
        server          = /usr/local/libexec/amidxtaped
}
-------------------
modify the paths to match your install if they are different of 
course.  Also the user and group if required.  This is the more or 
less default install when done from a tarball.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.