Comment 2 for bug 1036751

Revision history for this message
Nathan Kinkade (nath) wrote :

I'm seeing this issue as well. It seems to have to do with the fact that files in /var/lib/dpkg/info/ now contain near the end ":<arch>" which causes ls to fail since, apparently, AIDE wasn't expecting there to be a colon in the filename, but dot. AIDE should be looking for <filename>.<ext> as well as <filename>:<arch>.<ext>, but the globbing for the ls command only looks like <filename>.* and so can't find the new file naming convention for files in that directory. In any case, AIDE probably shouldn't exit upon such an error, but simply make note of it for the report and continue.