I fixed this with this command: (found from debian bug)

for file in $(find /etc/aide/aide.conf.d/ -type f -print 2>/dev/null);
do      if < $file head -n 1 | grep -q '^#!'; then        chmod 755
$file;      fi; done

-- 
aideini -y reports "34:syntax error:(" after fresh install
https://bugs.launchpad.net/bugs/231331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to