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:


service amanda
{
        disable                 = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amanda
        group                   = amanda
        groups                  = yes
        server                  = /opt/amanda/libexec/amandad }

But, I;m getting the following error in syslog when I restart xinetd:


Mar 26 11:20:37 localhost xinetd[9333]: Reading included configuration file: 
/etc/xinetd.d/amanda [file=/etc/xinetd.conf] [line=11]
Mar 26 11:20:37 localhost xinetd[9333]: attribute server expects 1 values and 2 
values were specified [file=/etc/xinetd.d/amanda] [line=10]
Mar 26 11:20:37 localhost xinetd[9333]: incomplete entry 
[file=/etc/xinetd.d/amanda] [line=11]
Mar 26 11:20:37 localhost xinetd[9333]: missing } in last service entry 
[file=/etc/xinetd.d/amanda] [line=11]


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

Reply via email to