Package: aide-common
Version: 0.13.1-8
Severity: normal
Tags: patch
aideinit
34:syntax error:(
34:Error while reading configuration:(
Configuration error
AIDE --init return code 17; see /var/lib/aide/aide.db.new for details
Some of aide.conf-files are bash-scripts, but they have the wrong
permissions. The bug is in aide_fixperms. A possible solution is in the
aide_fixperms.diff.
Regards and thanks for maintaining.
Tom
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages aide-common depends on:
ii aide-dynamic [ai 0.13.1-8 Advanced Intrusion Detection Envir
ii debconf [debconf 1.5.14 Debian configuration management sy
ii liblockfile1 1.06.2 NFS-safe locking library, includes
ii mailx 1:8.1.2-0.20070424cvs-1 A simple mail user agent
ii ucf 3.003 Update Configuration File: preserv
Versions of packages aide-common recommends:
ii cron 3.0pl1-100 management of regular background p
-- debconf information:
aide/aideinit: false
aideinit/copynew: false
aideinit/overwritenew: true
aide/newlibdir: false
--- aide_fixperms 2007-10-23 14:54:34.000000000 +0200
+++ aide_fixperms.new 2007-10-23 14:53:57.000000000 +0200
@@ -3,7 +3,7 @@
PACKAGES="aide aide-config-zg2"
for package in $PACKAGES; do
- for file in $(find debian/$package/usr/share/$package/config/aide -type f -print 2>/dev/null); do
+ for file in $(find debian/aide-common/usr/share/$package/config/aide -type f -print 2>/dev/null); do
if < $file head -n 1 | grep -q '^#!'; then
chmod 755 $file
fi