now kind of a sidestep:
I loaded a tape of the "normal"/primary storage and wanted to amflush to it.
Received error in amcheck (with more than one tape):
ERROR: amcheck-device terminated with signal 11
this is a gentoo host, amanda-3.5, with perl-5.24.3
-
I tried this:
$ perl -d /usr/libexec/amanda/amcheck-device myconf myconf
Loading DB routines from perl5db.pl version 1.49_05
Editor support available.
Enter h or 'h h' for help, or 'man perldebug' for more help.
main::(/usr/libexec/amanda/amcheck-device:38):
38: Amanda::Util::setup_application("amcheck-device", "server",
$CONTEXT_CMDLINE, "amanda", "amanda");
DB<1> c
Signal SEGV at
/usr/lib64/perl5/vendor_perl/5.24.3/Amanda/Taper/Scan/lexical.pm line 102.
Amanda::Taper::Scan::lexical::analyze(Amanda::Taper::Scan::lexical=HASH(0x5637e23df700),
ARRAY(0x5637e2176c80), HASH(0x5637e23df9b8)) called at
/usr/lib64/perl5/vendor_perl/5.24.3/Amanda/ScanInventory.pm line 274
Amanda::ScanInventory::__ANON__[/usr/lib64/perl5/vendor_perl/5.24.3/Amanda/ScanInventory.pm:294]()
called at /usr/lib64/perl5/vendor_perl/5.24.3/Amanda/MainLoop.pm line 820
Amanda::MainLoop::__ANON__[/usr/lib64/perl5/vendor_perl/5.24.3/Amanda/MainLoop.pm:822](Amanda::MainLoop::Source=HASH(0x5637e0687838))
called at /usr/lib64/perl5/vendor_perl/5.24.3/Amanda/MainLoop.pm line 791
eval {...} called at
/usr/lib64/perl5/vendor_perl/5.24.3/Amanda/MainLoop.pm line 791
Amanda::MainLoop::run() called at /usr/libexec/amanda/amcheck-device
line 325
--
something around the taperscan ?
we have
# in storage def
TAPERSCAN "taper_lexical"
DEFINE TAPERSCAN taper_lexical {
COMMENT "lexical"
PLUGIN "lexical"
}