Hi,
I'm trying to get amanda(client) running
on a Freebsd4.3-Release. I fetched the ports
did a
./configure \
--with-user=operator \
--with-group=operator \
--with-amandahosts \
--with-config=daily \
--with-gnutar=/bin/tar \
--with-tape-server=milestonenfs.system \
--with-configdir=/etc/amanda \
--without-server \
--with-index-server=milestonenfs.system
and
make install
everything went on smoothly but a
amcheck -c on the server fails regularly with
Amanda Backup Client Hosts Check
--------------------------------
ERROR: strawberry.system: [access as operator not allowed from
[EMAIL PROTECTED]] open of //.amandahosts failed
Client check: 1 host checked in 0.033 seconds, 1 problem found
(brought to you by Amanda 2.4.2p2)
I have to mention that on the server p2 and on the client p1 is running,
if
that makes any difference.
/usr/home/operator/.amandahosts
milestonenfs.system operator
/etc/inetd.conf
amanda dgram udp wait operator /usr/local/libexec/amandad amandad
/etc/hosts.allow
amandad : 192.168.1.0/255.255.255.240 : allow
On a linux client, with the same configuration it works perfect.
Thanks for any suggestions Tom