Hi
I've just build amanda, when I run amdump for testing ("record no" in
cfg") I got the following error in the log:
"ERROR [access as amanda not allowed from [EMAIL PROTECTED]]
amandahostsauth failed"
I've cheched as far as I can but no clues, what's going wrong?
The file /home/amanda/.amandahosts is:
----------------------------------------
+ bck.mydomain.com amanda
+ bck amanda
+ localhost amanda
----------------------------------------
Its owned by "amanda disk", 640 permissions
My disklist:
------------------------
bck /rack1/bck Mydump
------------------------
My cfg is:
-------------------------
org "My Organization"
mailto "[EMAIL PROTECTED]"
dumpuser "amanda"
inparallel 4
netusage 600 Kbps
dumpcycle 4 weeks
runspercycle 20
tapecycle 25 tapes
bumpsize 20 Mb
bumpdays 1
bumpmult 4
etimeout 300
dtimeout 1800
ctimeout 30
tapebufs 20
runtapes 1
tapedev "/dev/nst0"
tapetype HP-T20e
labelstr "^Diaria1-[0-9][0-9]*$"
holdingdisk hd1 {
directory "/var/cache/amanda"
use 1000 Mb
}
infofile "/home/amanda/log/Diaria1/curinfo"
logdir "/home/amanda/log/Diaria1"
indexdir "/home/amanda/log/Diaria1/index"
define dumptype global {
comment "Global definitions"
index yes
record no
}
define dumptype MyDump {
global
program "GNUTAR"
comment "GNUtar, alta compresi� en bck-side, per a samba-shareds"
compress server best
priority high
}
define interface local {
comment "a local disk"
use 1000 kbps
}
define interface eth0 {
comment "100 Mbps ethernet"
use 400 kbps
}
------------------------------------
Regards