Il 10/07/19 14:23, Diego Zuccato ha scritto:
>> Too bad amdump fails after quite a long time with:
>> FAILED [data timeout]
>> FAILED [Error accepting incoming connection: Connection timed out]
>> Which incoming connection is it referring to???
I tried trplacing tcpd (default dep of Debian package) with xinetd but
the error remains the same.
If I change slightly the config for that dumptype to
define dumptype win {
auth "local"
# estimate client
# compress server custom
# server-custom-compress "/usr/bin/pigz"
program "APPLICATION"
application {
plugin "amsamba"
property "AMANDAPASS" "/etc/amanda/daily/pass"
}
}
(note the commented lines), I get a different error:
FAILURE DUMP SUMMARY:
localhost //192.168.48.41/port lev 0 FAILED [data timeout]
localhost //192.168.48.41/port lev 0 FAILED [Got empty header]
localhost //192.168.48.41/port lev 0 FAILED [data timeout]
localhost //192.168.48.41/port lev 0 FAILED [Got empty header]
I also see two gzip processes instead of just one:
30897 backup 20 0 2540 1496 1216 S 0.0 0.0 0:00.08 /bin/gzip
--fast
30900 backup 20 0 2540 756 692 S 0.0 0.0 0:00.00 /bin/gzip
--best
30902 backup 20 0 48472 31732 13740 S 0.0 0.4 0:00.28
/usr/bin/perl /usr/lib/amanda/application/amsamba backup --message line
--config daily --host localhost --disk //192.168.48.41/port --device
//192.168.48.41/port --level 0 --index line --record --amandapass
/etc/amanda/daily/pass
30905 backup 20 0 72244 17492 14916 S 0.0 0.2 0:00.14
/usr/bin/smbclient //192.168.48.41/portinerie -d 0 -U Backup -E -W MGMT
-c tarmode full reset hidden system quiet; tar c -
30906 backup 20 0 5612 1040 896 S 0.0 0.0 0:00.00 /bin/tar
-tf -
And when pigz is configured I still see a gzip process...
> Any hint?
Please help!
--
Diego Zuccato
Servizi Informatici
Dip. di Fisica e Astronomia (DIFA) - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786
mail: [email protected]