Amanda-Users

Re: amandad (in addition to amcheck error)

2003-12-05 09:52:19
Subject: Re: amandad (in addition to amcheck error)
From: Gene Heskett <gene.heskett AT verizon DOT net>
To: Curtis Vaughan <curtis AT npc-usa DOT com>, amanda-users AT amanda DOT org
Date: Fri, 5 Dec 2003 09:47:04 -0500
On Friday 05 December 2003 01:26, Curtis Vaughan wrote:
>I can't find an amandad file anywhere on my computer.  I figured the
>problem with the amcheck error has to do with the fact that there is
> no entry for amandad in xinetd.conf.
>
>Curtis Vaughan

I've combined all that into one file since it appears that xinetd 
doesn't care.
----------------/etc/xinetd.d/amanda------------
# default = off
#
# description: Part of the Amanda server package
# This is the list of daemons & such it needs
service amanda
{
        disable = no
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = amanda
        group           = disk
        groups          = yes
        server          = /usr/local/libexec/amandad
}
service amandaidx
{
        disable = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = amanda
        group           = disk
        groups          = yes
        server          = /usr/local/libexec/amindexd
}
service amidxtape
{
        disable = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = amanda
        group           = disk
        groups          = yes
        server          = /usr/local/libexec/amidxtaped
}
----------------------------------

Works for me anyway.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.27% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.


<Prev in Thread] Current Thread [Next in Thread>