Am 21.10.20 um 18:24 schrieb Robert Wolfe:
> This would be my assumption as well, but I am having issues on finding a
> working xinetd file for that (running under RHEL 7.x and 8.x).
>From my second CentOS 6.10 amanda server using amanda-3.5.1:
$ head -n20 /etc/xinetd.d/am*
==> /etc/xinetd.d/amanda <==
service amanda
{
socket_type = stream
protocol = tcp
wait = no
user = amanda
group = disk
groups = yes
server = /opt/amanda/libexec/amanda/amandad
server_args = -auth=bsdtcp amdump amindexd amidxtaped
}
==> /etc/xinetd.d/amandaidx <==
service amandaidx
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = amanda
group = disk
groups = yes
server = /opt/amanda/libexec/amanda/amindexd
}
==> /etc/xinetd.d/amidxtape <==
service amidxtape
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = amanda
group = disk
groups = yes
server = /opt/amanda/libexec/amanda/amidxtaped
}
>From a general CentOS 7.8.2003 server using amanda-3.4.5 (getting backup
only):
$ cat /etc/xinetd.d/amanda
service amanda
{
socket_type = stream
protocol = tcp
wait = no
user = amanda
group = disk
groups = yes
server = /opt/amanda/libexec/amanda/amandad
server_args = -auth=bsdtcp amdump
}