Amanda-Users

Re: amcheck: selfcheck request timed out

2003-02-23 17:49:29
Subject: Re: amcheck: selfcheck request timed out
From: Gene Heskett <gene_heskett AT iolinc DOT net>
To: Carsten Rezny <carsten.rezny AT gmx DOT de>
Date: Sun, 23 Feb 2003 16:23:52 -0500
On Sun February 23 2003 13:31, Carsten Rezny wrote:
>> Does your distribution use inetd, or xinetd?
>>
>> HTH
>
>It used xinetd. Now I installed inetd, and amcheck works fine! So
> it was a problem with xinetd...
>
>Thanks again for all replies.
>
>Cheers, Carsten

And the stuff in xinetd.d defaults to disabled.  Here is my 
/etc/xinetd.d/amanda file for comparison.  And I would put xinetd 
back in as its quite a bit more secure.
-------------------------
# 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
}
------- EOF, /etc/xinetd.d/amanda -----------

HTH

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.23% setiathome rank, not too shabby for a WV hillbilly

<Prev in Thread] Current Thread [Next in Thread>