Your message dated Sun, 30 Oct 2016 17:48:47 +0000
with message-id <e1c0udv-0006ai...@fasolo.debian.org>
and subject line Bug#839603: fixed in amanda 1:3.3.9-2
has caused the Debian Bug report #839603,
regarding amanda: The /usr/lib/amanda/amcheck-device command SIGSEGV when
called by amcheck
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
839603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: amanda-server
Version: 1:3.3.9-1
Severity: normal
File: amanda
Dear Maintainer,
After I upgraded my host this week (I do not know the exact date) I started
to receive an alert message from amanda with the following subject:
"Daily AMANDA PROBLEM: FIX BEFORE RUN, IF POSSIBLE"
Which told me, that:
"amcheck-device terminated with signal 11"
Also, I was able to reproduce the issue with running the amcheck by hand
with the following command line:
"su -s /bin/bash -l -c "ulimit -c unlimited; /usr/sbin/amcheck -m Daily" backup"
Seemingly the daily backup job is running without success (this is while it
is just normal), but not checked throroughly.
The strace show the following:
29840 stat("/backup/amanda/daily/vtapes/drive0/data//00000.MyData08",
{st_mode=S_IFREG|0600, st_size=32768, ...}) = 0
29840 getdents(5, /* 0 entries */, 32768) = 0
29840 close(5) = 0
29840 lseek(4, 0, SEEK_SET) = 0
29840 write(4, "$STATE = {\n 'drives' => {\n
'/backup/amanda/daily/vtapes/drive0' => {\n
'pid' => 29840\n
}\n },\n 'meta'
=> undef\n };\n", 317) = 317
29840 close(4) = 0
29840 write(2, "found in slot 8:", 16) = 16
29840 write(2, " volume 'MyData08'\n", 19) = 19
29840 write(10, "Sun Oct 2 20:33:32 2016: thd-0x1a4f200: amcheck-device:
Amanda::Taper::Scan::traditional result: 'MyData08' on
file:/backup/amanda/daily/vtapes/drive0 slot 8, mode 2\n", 167) = 167
29840 lstat("/backup/amanda/daily/vtapes/drive0/data", {st_mode=S_IFLNK|0777,
st_size=8, ...}) = 0
29840 unlink("/backup/amanda/daily/vtapes/drive0/data") = 0
29840 rmdir("/backup/amanda/daily/vtapes/drive0") = 0
29840 open("/etc/amanda/Daily/changer", O_RDWR|O_CREAT, 0666) = 4
29840 fcntl(4, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0,
l_len=0}) = 0
29840 fstat(4, {st_mode=S_IFREG|0600, st_size=317, ...}) = 0
29840 read(4, "$STATE = {\n 'drives' => {\n
'/backup/amanda/daily/vtapes/drive0' => {\n
'pid' => 29840\n
}\n },\n 'meta'
=> undef\n };\n", 317) = 317
29840 lseek(4, 0, SEEK_SET) = 0
29840 write(4, "$STATE = {\n 'drives' => {\n
'/backup/amanda/daily/vtapes/drive0' => {}\n },\n
'meta' => undef\n };\n", 169) = 169
29840 ftruncate(4, 169) = 0
29840 close(4) = 0
29840 write(3, "\1\0\0\0\0\0\0\0", 8) = 8
29840 futex(0x25370c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
29840 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x10} ---
And the dbg output is (I cannot find debug symbols neither for perl nor
amanda):
Reading symbols from /usr/bin/perl...(no debugging symbols found)...done.
warning: core file may not match specified executable file.
[New LWP 29840]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/perl /usr/lib/amanda/amcheck-device Daily'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f24ced6e1fb in ?? () from
/usr/lib/x86_64-linux-gnu/amanda/perl/auto/Amanda/MainLoop/libMainLoop.so
(gdb) bt full
#0 0x00007f24ced6e1fb in () at
/usr/lib/x86_64-linux-gnu/amanda/perl/auto/Amanda/MainLoop/libMainLoop.so
#1 0x00007f24d4975103 in g_timeout_dispatch (source=0x2311c10,
callback=<optimized out>, user_data=<optimized out>) at ././glib/gmain.c:4672
timeout_source = 0x2311c10
again = <optimized out>
#2 0x00007f24d497468a in g_main_context_dispatch (context=0x25370b0) at
././glib/gmain.c:3201
dispatch = 0x7f24d49750f0 <g_timeout_dispatch>
prev_source = 0x0
was_in_call = 0
user_data = 0x25d3af0
callback = 0x7f24ced6e090
cb_funcs = <optimized out>
cb_data = 0x2169e90
need_destroy = <optimized out>
source = 0x2311c10
current = 0x2309b80
i = 0
#3 0x00007f24d497468a in g_main_context_dispatch
(context=context@entry=0x25370b0) at ././glib/gmain.c:3854
#4 0x00007f24d4974a40 in g_main_context_iterate (context=0x25370b0,
block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at
././glib/gmain.c:3927
max_priority = 0
timeout = 0
some_ready = 1
nfds = 1
allocated_nfds = 1
fds = <optimized out>
#5 0x00007f24d4974d62 in g_main_loop_run (loop=0x21b42f0) at
././glib/gmain.c:4123
__func__ = "g_main_loop_run"
#6 0x00007f24ced6ebe3 in _wrap_run_c () at
/usr/lib/x86_64-linux-gnu/amanda/perl/auto/Amanda/MainLoop/libMainLoop.so
#7 0x00000000004c1b30 in Perl_pp_entersub ()
#8 0x00000000004ba106 in Perl_runops_standard ()
#9 0x0000000000442f39 in perl_run ()
#10 0x000000000041c93b in main ()
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.6.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages amanda-server depends on:
ii amanda-common 1:3.3.9-1
ii bsd-mailx [mailx] 8.1.2-0.20160123cvs-3
ii libc6 2.24-3
ii libcurl3 7.50.1-1
ii libglib2.0-0 2.50.0-1
ii libssl1.0.2 1.0.2j-1
ii mailx 1:20071201-3
amanda-server recommends no packages.
Versions of packages amanda-server suggests:
ii amanda-client 1:3.3.9-1
ii cpio 2.11+dfsg-5
ii gnuplot 5.0.4+dfsg1-3
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: amanda
Source-Version: 1:3.3.9-2
We believe that the bug you reported is fixed in the latest version of
amanda, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 839...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jose M Calhariz <j...@calhariz.com> (supplier of updated amanda package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 10 Oct 2016 19:33:17 +0100
Source: amanda
Binary: amanda-common amanda-server amanda-client
Architecture: source amd64
Version: 1:3.3.9-2
Distribution: unstable
Urgency: medium
Maintainer: Jose M Calhariz <j...@calhariz.com>
Changed-By: Jose M Calhariz <j...@calhariz.com>
Description:
amanda-client - Advanced Maryland Automatic Network Disk Archiver (Client)
amanda-common - Advanced Maryland Automatic Network Disk Archiver (Libs)
amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server)
Closes: 839392 839603
Changes:
amanda (1:3.3.9-2) unstable; urgency=medium
.
* Rebuild using new perl 5.24, (Closes: #839392, #839603).
* Add missing depend to amanda-server on perl.
Checksums-Sha1:
6bfcd26f0838f736b2921c26da1716f80cf54d7b 2172 amanda_3.3.9-2.dsc
af82d3eb4d25b702c509c97113841d18c5aad721 42112 amanda_3.3.9-2.debian.tar.xz
abf5a084f6f9b3c02dc1a4528c67b3d62a63abcc 522226
amanda-client-dbgsym_3.3.9-2_amd64.deb
e50c7840dc33dd092af01998744e314e322f3bf5 383562 amanda-client_3.3.9-2_amd64.deb
7e8d00764f1d3970f1d0cd542b55ec351626df7d 4165650
amanda-common-dbgsym_3.3.9-2_amd64.deb
a3a39f9c31b5a0fcad383838531c0cbf4717c5a1 1567064
amanda-common_3.3.9-2_amd64.deb
6fa5556b3852eaf6e081cf5db921d41f2c010397 365764
amanda-server-dbgsym_3.3.9-2_amd64.deb
fafea5ac715dc335de35aef67c734b3ce01a99a2 438570 amanda-server_3.3.9-2_amd64.deb
Checksums-Sha256:
21de7c68869b302a52324825dd1c50b8254e27178fbfc12a6aa51fdd9b6a4a0c 2172
amanda_3.3.9-2.dsc
843436bbc67e8ef3fc710f57fd567daa4a21cbfb48fb4d493d924f474ea58bb5 42112
amanda_3.3.9-2.debian.tar.xz
cba1a704c7f9fc50b0f10b02905f0e4e809233601959f67f36d3d26c8571f3ae 522226
amanda-client-dbgsym_3.3.9-2_amd64.deb
9e82315662c33ff5af805487ee59320ca8369d2cc65ec95e6cb27ab3e4ccf690 383562
amanda-client_3.3.9-2_amd64.deb
8fa7642ce2ca9f46cca9f1edd75e4151c65e4d81ea7db68e0b71e65e1b394b7f 4165650
amanda-common-dbgsym_3.3.9-2_amd64.deb
7795a488c3754d60fa00b7203111ac99341b1c26c8c69fddaa94b336b72d7ed6 1567064
amanda-common_3.3.9-2_amd64.deb
478ebf5d964724b11b84b60863d00341f258afa7600e3c088bb70d23f4bc60aa 365764
amanda-server-dbgsym_3.3.9-2_amd64.deb
38248964f7f2fa5fc93104e148ea40d36b7ad7794d8f5ba607ecd4d24c37746f 438570
amanda-server_3.3.9-2_amd64.deb
Files:
401a505d8a6c576f5c4c40a81a23b65c 2172 utils optional amanda_3.3.9-2.dsc
7bbcff33e852bfa863e3091b54d043b7 42112 utils optional
amanda_3.3.9-2.debian.tar.xz
08ed5e187e23c28d56f623e3321d0e0a 522226 debug extra
amanda-client-dbgsym_3.3.9-2_amd64.deb
8489af82d64999f5c2a22602fe11c37a 383562 utils optional
amanda-client_3.3.9-2_amd64.deb
f7eba63f80df2cbc0798cd28e8c0a9d7 4165650 debug extra
amanda-common-dbgsym_3.3.9-2_amd64.deb
24d2471a0abe6c5fc5026e6d40ee58c7 1567064 utils optional
amanda-common_3.3.9-2_amd64.deb
88550f911d3076a0d9d34508a569d58c 365764 debug extra
amanda-server-dbgsym_3.3.9-2_amd64.deb
d42ccd993fe2c6e906c3db66d1c15d7b 438570 utils optional
amanda-server_3.3.9-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYFi1PAAoJEOikiuUxHXZaPe4P/2OsQ2JBdqjAe57+lcFYkTgS
XJIDCw07cHPtYCGHCpdX5NF9kPELlef3P/QH50zVxHpcMAEW8HgHx8AFolcS1299
+pk1DTwerD9tE7QvQNVTz3cZmY274Fdy/TJTQ2kP1S1qgNQ7t8d+uchKd6xmMRjt
6iGwqxbyEHSEir9T6ggaibNt85kNCJOv0j0MYb3Gd3h0T55EXDJtsI3CHH2G+l4c
aNUJDCDh+5Cjxv9dEBisSWGxNretR+oszLRMedRkYf7QbjYb7Yuuo0YjUroUZ0+a
0Mni8maqzDD6uxrclT5bDyTcdwYVHj3XGQOu/w1FYj7reFCCctB8pIvuogCQR1pg
n2Oytc7gOxGxPcYpez7vXO+b1QW+Pc+Dmnl5zDCQiQQII+emZGhebFV64jShPJg3
ILCc2mWZ1DGXKWTRlM6hUSTUgQijaXAn62w7H2lPBLD0IqRf/jG8fhqKvRjxkZLk
lBkvmQ94/uwjFc4rdp6m73XYETgVwfh/XDIZrN7lkrRUKkEzuwTmg9G5bsdAlVbZ
KpFTFD6Ap6byHYsXxSmChZPqVwaiImCMU4U3nbmZgTl1oCxzljsAAF/g+VdUTsWX
BZl2hVnoAlD3eoA4kYYEfD6/seDRq11feMoW5MFnPHtNELfLsuz8NHZEtKbmshJt
+zfdunXbiz4mD8qFHlIQ
=GEwU
-----END PGP SIGNATURE-----
--- End Message ---