On Wed, 10 Oct 2001 at 9:13am, Lee Fedor wrote
> I have setup everything on my redhat 7.1 client
> for backups, but it isn't listening on 10080.
> (amanda-2.4.2p2)
>
> I have sigHUP'd xinetd several times while tweaking
> on this file, but still can't get the port to show
> up on netstat.... Have I put something in here
> wrong? Is there an obvious typo?
IIRC, a SIGHUP isn't enough to restart xinetd. You actually have to do
'/etc/init.d/xinetd restart'. Yes, it's annoying.
> service amanda
> {
> disable = no
> socket_type = dgram
> protocol = udp
> wait = yes
> user = dump
> group = dump
> server = /usr/lib/amanda/amandad
> port = 10080
> }
Just in case, this is what my /etc/xinetd.d/amanda file looks like:
service amanda
{
protocol = udp
socket_type = dgram
wait = yes
user = amanda
group = disk
server = /usr/local/libexec/amandad
server_args = amandad
}
--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University