I'm not very familiar with xinetd, but yes, you need to have xinetd
be able to start those other two as well.  Since my inetd.conf lines
are:

amanda  dgram   udp     wait    backup  /usr/local/libexec/amandad      amandad
amandaidx stream tcp nowait backup /usr/local/libexec/amindexd amindexd
amidxtape stream tcp nowait backup /usr/local/libexec/amidxtaped amidxtaped

you should be able to set the xinetd fields accordingly (take note of
wait/nowait and tcp/udp differences.

Good luck,
Frank

--On Friday, April 05, 2002 11:48:50 -0500 Doug Johnson <[EMAIL PROTECTED]> 
wrote:

> I am running xinetd and this is the only file referencing amanda anything.
> It is called amandad and it contains:
>
># default: off
>#
># description: Part of the Amanda server package
> service amanda
> {
>         disable = no
>         socket_type     = dgram
>         protocol        = udp
>         wait            = yes
>         user            = operator
>         group           = disk    <==== If I change this to root then
> amcheck will fail.
>         groups          = yes
>         server          = /usr/local/libexec/amandad
> }
>
> I am assuming that I need one of these files for amandaidx and amidxtape. Is
> this correct?
>
> Doug
>
> -----Original Message-----
> From: Frank Smith [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 11:25 AM
> To: Doug Johnson
> Cc: Amanda-Users (E-mail)
> Subject: RE: amrecover - I have obviously overlooked something
>
>
> Also make sure you added lines for amandaidx (and amidxtape) in
> your inetd.conf (and /etc/services) and HUP'ed inetd.
>
> Frank
>
> --On Friday, April 05, 2002 11:05:36 -0500 Doug Johnson
> <[EMAIL PROTECTED]> wrote:
>
>> .amandahosts contains the following:
>>
>> schroeder root
>>
>> hosts.allow contains the following lines for schroeder:
>>
>> ALL: 127.0.0.1
>> ALL: 192.168.4.98
>>
>> I am assuming that it is amidxtape. The closest reference I can find is
>> amidxtaped. I do not show a service running by this name though. Is
>> amidxtaped called or is is supposed to be a service?
>>
>> Doug
>>
>> -----Original Message-----
>> From: Joshua Baker-LePain [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, April 05, 2002 10:35 AM
>> To: Doug Johnson
>> Cc: Amanda-Users (E-mail)
>> Subject: Re: amrecover - I have obviously overlooked something
>>
>>
>> On Fri, 5 Apr 2002 at 10:23am, Doug Johnson wrote
>>
>>> ****************** AMRECOVER EXAMPLE *****************
>>> [root@schroeder amanda]# amrecover
>>> AMRECOVER Version 2.4.2p2. Contacting server on schroeder ...
>>> amrecover: cannot connect to schroeder: Connection refused
>>
>> Do you have root listed in the .amandahosts on schroeder?  Is amidxtape
>> (or is it amandaidx) from schroeder allowed in hosts.allow?
>>
>> --
>> Joshua Baker-LePain
>> Department of Biomedical Engineering
>> Duke University
>
>
>
> --
> Frank Smith
> [EMAIL PROTECTED]
> Systems Administrator                                     Voice:
> 512-374-4673
> Hoover's Online                                             Fax:
> 512-374-4501



--
Frank Smith                                                [EMAIL PROTECTED]
Systems Administrator                                     Voice: 512-374-4673
Hoover's Online                                             Fax: 512-374-4501

Reply via email to