well, I know where the problem has to lie.
I just don't know what I am doing wrong, or
how to fix it.

I have setup everything on my redhat 7.1 client
for backups, but it isn't listening on 10080.
(amanda-2.4.2p2)

I have sigHUP'd xinetd several times while tweaking
on this file, but still can't get the port to show
up on netstat....  Have I put something in here 
wrong?  Is there an obvious typo?

This is a new server that was pressed into use
in an emergency, and cannot be rebooted without
causing a bunch of grief... :(

Thanks in advance for any help anyone can give me.



This is my xinetd.conf file:

defaults
{
        instances               = 60
        log_type                = SYSLOG authpriv
        log_on_success          = HOST PID
        log_on_failure          = HOST
}

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

service amandaidx
{
        disable                 = no
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = dump
        group                   = dump
        server                  = /usr/lib/amanda/amandaidx
        port                    = 10082
}

service amidxtape
{
        disable                 = no
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = dump
        group                   = dump
        server                  = /usr/lib/amanda/amidxtape
        port                    = 10083
}


#includedir /etc/xinetd.d

Reply via email to