Unfortunately this is nearly identical to what I have (save the disable=no 
which didn't make things go).  I've found that I can run amandad by hand and 
it acts as predicted (timing out after 30 seconds) but it still isn't being 
called from xinetd.  Another curious problem is that in the faq it says to do 
a

netstat -a | grep -i amanda

and that this should return something.  I get nothing when I do this.  
/etc/services has a listing for amanda and kamanda etc...

I'm even more lost now than I was 20 minutes ago... :)

Thanks for taking a swing at it Dirk, 
If anyone else has any ideas, I'd be thrilled to hear them!

Andrew

>===== Original Message From "Dirk Webster" <[EMAIL PROTECTED]> 
=====
>Hi Holm
>
>I've just started with amanda on Red Hat. Spent a long night getting it 
working (with a lot of help from this list).
>
>Here's my entry in xinetd.conf... (not touched)
>==============
>defaults
>{
>instances               = 60
>        log_type                = SYSLOG authpriv
>        log_on_success = HOST PID
>        log_on_failure = HOST RECORD
>}
>
>includedir /etc/xinetd.d
>===============
>Here's the file "amanda" in the /etc/xinetd.d directory... (amanda is 
mentioned in services)
>===============
>service amanda
>{
>socket_type = dgram
>protocol = udp
>wait = yes
>user = amanda
>server = /usr/local/libexec/amandad
>disable = no
>}
>================
>The real life saver was when I added...
>================
>program    "GNUTAR"
>================
>into the define dumptype in amanda.conf
>
>Hope this helps
>rgds
>Dirk
>
>----- Original Message -----
>From: "Holm-Hansen" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, February 21, 2001 10:34 PM
>Subject: RedHat Amandad xinetd.conf etc etc
>
>
>> I'm on my last brain cell...
>>
>> I'm getting the dreaded "selfcheck request timed-out. Host down?" message 
from
>> amcheck.  I've read and re-read the faq.  After doing an "ls -lu" in the
>> server directory, I found that the executable isn't getting called when I 
run
>> amcheck.  (I believe that is what ls -lu does).
>>
>> in my /etc/xinetd.d directory I have the amanda file (and an identical 
amandad
>> just in case) that looks like this:
>>
>> service amandad
>> {
>> socket_type = dgram
>> protocol = udp
>> wait = yes
>> user = amanda
>> group = amanda
>> server = /usr/local/libexec/amandad
>> instances = 10
>> server_args = amandad
>> }
>>
>> I don't know why I have to have "wait = yes" but I saw it in another conf
>> file.
>> Also I built this from source with the user=amanda and group=amanda.
>>
>> I realize that there are billions of that could be broken so if I need to
>> elaborate more, I'd be more than happy to :)...
>>
>> Thanks,
>> Andrew
>>
>>


Reply via email to