Hi folks,
    I'm trying to use AMANDA 2.4.2p1 but some problems are happening.
So, first of all I need to know how can I call amandad,  amindexd and
amidxtaped on xinetd ?
I did to server and client side:
---cut here---
service amanda
{
        disable                 = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amanda
        group                   = disk
        server                  = /usr/local/libexec/amandad
}

service amandaidx
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        server                  = /usr/local/libexec/amindexd
}

service amidxtape
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        server                  = /usr/local/libexec/amidxtaped
}
---cut here---

that's right ?

thanks
sergio

Reply via email to