Comment 2 for bug 32330

Revision history for this message
Ken D'Ambrosio (ken-jots) wrote : Re: [Bug 32330] Re: Amanda fails because client thinks server is

On Tue, April 18, 2006 11:16 am, Michael Gellman wrote:
> I'm also suffering exactly the same error (although I wasn't able to
> successfully use xinetd to get around it). Could you post the xinetd
> configuration that you are using? Or is there some debugging I could help
> with to fix the bug?

Alas, I'm just a user, not a debugger; here's my /etc/xinetd.d/amanda file:
(Note that I can't take the credit; I swiped the majority of this from
someone else...)

Good luck!

-Ken

# default: off
# description: Amanda stuff

service amanda
{
    disable = no
    socket_type = dgram
    protocol = udp
    wait = yes
    user = root
    group = root
    groups = yes
    server = /usr/lib/amanda/amandad
}

service amandaidx
{
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    group = root
    groups = yes
    server = /usr/lib/amanda/amindexd
}

service amidxtape
{
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    group = root
    groups = yes
    server = /usr/lib/amanda/amidxtaped