>>>>> "Sergio" == Sergio Pereira <[EMAIL PROTECTED]> writes:

    Sergio> Hi folks, I'm trying to use AMANDA 2.4.2p1 but some
    Sergio> problems are happening.  So, first of all I need to know
    Sergio> how can I call amandad, amindexd and amidxtaped on xinetd

Here's my files, which work for me.

Ben


[/etc/xinetd.d/amanda]

# default: on
# description: The AMANDA backup client.
service amanda
{
        socket_type     = dgram
        wait            = yes
        user            = amanda
        server          = /usr/local/libexec/amandad
}

[/etc/xinetd.d/amandaidx]

# default: on
# description: The Amanda indexer.
service amandaidx
{
        socket_type     = stream
        wait            = no
        user            = amanda
        server          = /usr/local/libexec/amindexd
}

[/etc/xinetd.d/amidxtape]

# default: on
# description: The Amanda index/tape server.
service amidxtape
{
        socket_type     = stream
        wait            = no
        user            = amanda
        server          = /usr/local/libexec/amidxtaped
}

Reply via email to