[Bug 406597] New: aide causes SIGABRT when doing an update
https://bugzilla.novell.com/show_bug.cgi?id=406597 Summary: aide causes SIGABRT when doing an update Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Blocker Priority: P5 - None Component: Security AssignedTo: security-team@suse.de ReportedBy: jpschewe@mtu.net QAContact: qa@suse.de Found By: Customer I recently upgraded from 10.3 to 11.0 and found that aide is dying when doing an update. I successfully did an init and copied the new database over, however I get a SIGABRT on an update after some time. I've installed the debuginfo packages and ran aide through the debugging and this is what I got. gdb aide GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux"... (gdb) run --update Starting program: /usr/bin/aide --update Program received signal SIGABRT, Aborted. 0x0000000000477615 in raise () Current language: auto; currently asm (gdb) bt #0 0x0000000000477615 in raise () #1 0x00000000004376e3 in abort () #2 0x0000000000407e7c in db_readline_file (db=1) at db_file.c:550 #3 0x0000000000405067 in db_readline (db=19682) at db.c:238 #4 0x000000000040d2a1 in populate_tree (tree=0x726350) at gen_list.c:1456 #5 0x0000000000412cb3 in main (argc=<value optimized out>, argv=<value optimized out>) at aide.c:573 I did some more digging and found that the aide.spec file has "--with-dbhmactype=md5" as a configure option as well as "--enable-forced_dbmd", however there is no "--with-dbhmackey" option to configure. This cases aide to be required to have the database signed, but doesn't actually sign it because no key was provided at compile time. Once I added a "--with-dbhmackey" option with a test hash, it worked just fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|security-team@suse.de |meissner@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Blocker |Critical Priority|P5 - None |P2 - High -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c1 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ast@novell.com --- Comment #1 from Marcus Meissner <meissner@novell.com> 2008-09-09 15:34:11 MDT --- anja,I would like to do an update here. fix is simple, removal of 1-2 lines in the .spec file -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c2 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|ast@novell.com | Keywords| |NTS_Public --- Comment #2 from Dirk Mueller <dmueller@novell.com> 2008-09-09 17:04:57 MDT --- SWAMP: MaintenanceTracker-19644 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c3 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Marcus Meissner <meissner@novell.com> 2008-09-17 02:23:43 MDT --- released update -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User jpschewe@mtu.net added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c4 Jon Schewe <jpschewe@mtu.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpschewe@mtu.net Status|RESOLVED |REOPENED Component|Security |Security Product|openSUSE 11.0 |openSUSE 11.1 Resolution|FIXED | --- Comment #4 from Jon Schewe <jpschewe@mtu.net> 2008-12-22 20:05:53 MST --- I just updated to opensuse 11.1 today and the problem is still there. Program received signal SIGABRT, Aborted. 0x00007ffff6978645 in raise () from /lib64/libc.so.6 (gdb) where #0 0x00007ffff6978645 in raise () from /lib64/libc.so.6 #1 0x00007ffff6979c33 in abort () from /lib64/libc.so.6 #2 0x000000000040a8f6 in ?? () #3 0x0000000000407a2a in ?? () #4 0x000000000040fd61 in ?? () #5 0x0000000000416083 in ?? () #6 0x00007ffff6964586 in __libc_start_main () from /lib64/libc.so.6 #7 0x0000000000402bb9 in ?? () #8 0x00007fffffffdbe8 in ?? () #9 0x000000000000001c in ?? () #10 0x0000000000000002 in ?? () #11 0x00007fffffffe096 in ?? () #12 0x00007fffffffe0a4 in ?? () #13 0x0000000000000000 in ?? () -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User jpschewe@mtu.net added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c5 Jon Schewe <jpschewe@mtu.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #5 from Jon Schewe <jpschewe@mtu.net> 2008-12-22 21:00:44 MST --- Nevermind, bug fixed. TUrns out you get an abort when using a database from an older version of aide. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User jpschewe@mtu.net added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c6 Jon Schewe <jpschewe@mtu.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #6 from Jon Schewe <jpschewe@mtu.net> 2008-12-25 07:18:19 MST --- Yes this really is broken again. I noticed that my cron jobs are aborting when I run aide --update. So I just grabbed the source RPM for aide 0.13.1-39.31 (the latest as of today) and checked the spec file. There is no --with-dbhmackey option, therefore aide will still fail as noted in the original description of this bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User jpschewe@mtu.net added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c7 --- Comment #7 from Jon Schewe <jpschewe@mtu.net> 2008-12-25 20:16:40 MST --- According to this post on the aide list the suggestion is to just remove --enable-forced_dbmd from the configure arguments. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c8 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #8 from Marcus Meissner <meissner@novell.com> 2009-01-05 06:12:02 MST --- hmpf. there were 2 aborts, i fixed the initial one, but not the one on update. i am removing the option as suggested -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c9 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |ast@novell.com --- Comment #9 from Marcus Meissner <meissner@novell.com> 2009-01-05 07:15:59 MST --- fixed for head, NEEDINFO ast for 11.1 fixing (11.0 seems to work) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User swamp@suse.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c10 Swamp Script User <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:21409 --- Comment #10 from Swamp Script User <swamp@suse.com> 2009-01-05 08:16:44 MST --- The SWAMPID for this issue is 21409. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/21409) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|ast@novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c11 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #11 from Marcus Meissner <meissner@novell.com> 2009-01-05 08:23:38 MST --- submitted patchinfo and fixed package for 11.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=406597 User swamp@suse.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406597#c12 Swamp Script User <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:21409 |maint:running:21409 | |maint:released:11.1:21411 --- Comment #12 from Swamp Script User <swamp@suse.com> 2009-01-14 03:13:52 MST --- Update released for: aide Products: openSUSE 11.1 (debug, i586, ppc, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com