On Fri, 5 Apr 2002 at 11:48am, Doug Johnson wrote
> I am assuming that I need one of these files for amandaidx and amidxtape. Is
> this correct?
>
Yep. Mine look like:
[jlb@chaos jlb]$ cat /etc/xinetd.d/amandaidx
# default: off
#
# description: Part of the Amanda server package
service amandaidx
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = amanda
server = /usr/local/libexec/amindexd
}
[jlb@chaos jlb]$ cat /etc/xinetd.d/amidxtape
# default: off
#
# description: Part of the amanda server package
#
service amidxtape
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = amanda
server = /usr/local/libexec/amidxtaped
}
Also note that xinetd needs more than just a HUP to restart itself. Just
do '/etc/init.d/xinetd restart' after adding those files, and you'll be
ready to go.
--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University