После amcheck -c mybackup(или amdump mybackup;less ...homeamanda/dead.letter) Выходит все время одна и та же ошибка:
WARNING: amandaclient: selfcheck request failed: timeout waiting for ACK
Client check: 1 host checked in 30.113 seconds. 1 problem found.
пинг между виртуалками есть, из основной ос есть с компьютеров в домашней сети есть....интернет на обоих работает, в хостс все прописано, хостс.аллов тоже. Если установить везде bsd авторизацию тоже самое. Попробовал на фрибсд 8.2 (Аманда 3.2.1) аналогично.
Что делать, куда копать. Помогите пожалуйста.
Server
/etc/amanda/mybackup/amanda.conf
Код: Выделить всё
org "mybackup"
infofile "/etc/amanda/mybackup/currinfo"
indexdir "/etc/amanda/mybackup/index"
logdir "/etc/amanda/mybackup/log"
mailto "root"
dumpuser "amandabackup"
dumporder "sssS"
displayunit "m"
dumpcycle 1 week
runspercycle 7
tapecycle 10
taperalgo first
tpchanger "chg-disk"
tapedev "file:/var/backup"
tapetype "HDDISK"
labelstr "mybackup*"
define tapetype HDDISK {
length 500MB
}
define dumptype comp-tar {
program "GNUTAR"
compress client fast
index yes
}
holdingdisk hd1 {
directory "/var/backup/holding"
use 500 mbytes
chunksize 5 mbytes
}
define dumptype global {
auth "bsdtcp"
}/etc/amanda/mybackup/disklist
Код: Выделить всё
amandaclient /etc comp-tar/var/lib/amanda/.amandahosts
Код: Выделить всё
amandaclient root/etc/xinetd.d/amanda
Код: Выделить всё
service amanda
{
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
server = /usr/sbin/amandad
server_args = -auth=bsdtcp amdump
disable = no
}Client
/etc/amanda/amanda-client.conf
Код: Выделить всё
auth "bsdtcp"/var/lib/amanda/.amandahosts
Код: Выделить всё
amandaserver amandabackup amdump/etc/xinetd.d/amanda
Код: Выделить всё
service amanda
{
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
server = /usr/sbin/amandad
server_args = -auth=bsdtcp amdump
disable = no
}