RH7 will use xinet.d. here's one i prepared before... you'll need to check
the directories etc though
defaults
{
log_type = FILE /var/log/messages
log_on_success = PID
log_on_failure = HOST RECORD
only_from = 192.168.0.0 192.168.1.0 localhost
}
service amanda
{
socket_type = dgram
protocol = udp
wait = yes
user = operator
server = /etc/xinetd.d/amandad
instances = 10
server_args = amandad
}
service amandaidx
{
socket_type = stream
protocol = tcp
wait = no
user = operator
server = /etc/xinetd.d/amandaidx
server_args = amindexd
instances = 10
}
service amidxtape
{
socket_type = stream
protocol = tcp
wait = no
user = operator
server = /etc/xinetd.d/amidxtape
server_args = amidxtaped
instances = 10
}
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ben Elliston
Sent: Tuesday, 16 January 2001 16:58
To: Marc W. Mengel
Cc: Chris Baker; [EMAIL PROTECTED]
Subject: Re: RedHat 7.0
> Anyone got any suggestions?, I am running Amanda v2.4.1
First, this should probably have gone to amanda-users, and not
amanda-hackers, but that nit aside, my guess is the upgrade "upgraded"
your /etc/inetd.conf file and you will need to put back the entries
for amandad, etc.
Red Hat Linux 7 uses `xinetd', so the format of the configuration file for
the superserver has changed quite dramatically. You need to create a file
in /etc/xinetd.d/ similar to the other files in that directory. It should
be fairly self-explanatory.
Cheers, Ben