On Friday, April 06, 2012 12:56:45 AM Nathan Stratton Treadway did opine:

> On Thu, Apr 05, 2012 at 23:37:51 -0400, Nathan Stratton Treadway wrote:
> >   $ netstat -a | grep amanda
> > 
> > on those machines...
> > 
> > Does the output from that command on 192.168.71.3 look any different
> > from that on your other clients?
> 
> p.s. on my Lucid boxes, the Amanda client is invoked from inetd, so if
> netstat doesn't show the ports open then the issue is probably that
> inetd isn't running, or the amanda entry in /etc/inetd.conf has been
> changed.  But I don't know off hand why both your machines would have
> problems with inet at the same time.

On shop, the date on /etc/inetd.conf is nearly a year old and the only 
active line in it is:
amanda stream tcp nowait backup /usr/lib/amanda/amandad amandad -auth=bsdtcp 
amdump> 

This 'shop' machine also has an /etc/xinetd.d/amanda file that looks like this:
root@shop:/etc# cat xinetd.d/amanda
# default: on
# description: The amanda service
service amanda
{
#        only_from       = <coyote.coyote.den>
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = backup
        group           = backup
        groups          = yes
        server          = /usr/lib/amanda/amandad
        server_args     = -auth=bsdtcp amdump amindexd amidxtaped
        disable         = no
}
On lathe, no inetd.conf exists
> (Obviously if you are using xinetd or whatever, check that instead.)
But xinetd.d does and contains this amanda file:
root@lathe:/etc# cat xinetd.d/amanda
# default: on
# description: The amanda service
service amanda
{
#       only_from       = <Amanda server>
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = backup
        group           = backup
        groups          = yes
        server          = /usr/lib/amanda/amandad
        server_args     = -auth=bsdtcp amdump amindexd amidxtaped
        disable         = no
}

That is a fresh amanda-common and amanda-client install
Stopping xinetd on the shop box changed nothing.

Thanks Nathan.

Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
My web page: <http://coyoteden.dyndns-free.com:85/gene>
Revenge is a meal best served cold.

Reply via email to