On Sun, Mar 26, 2006 at 11:41:14AM -0500, stan wrote:
> I'm trying to set up an Ubunti machine as an amada server. I've installed
> the xinetd package, and created the files in /etc/xinetd.d. Here is an
> example of one of these files:

I found it.

Looks like the parser does not like the closing curly brace on a spec line.
The following fixed it.
 
 
 service amanda
 {
        disable                 = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amanda
        group                   = amanda
        groups                  = yes
        server                  = /opt/amanda/libexec/amandad 
}

Sorry to bother evryone with this.

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967

Reply via email to