On Tue, 8 Sep 2009 11:13:56 +0000 (GMT), "Elaine ." <[email protected]> wrote: > database=file:aide.db > database_out=file:/databases/aide.db.new > I get the out database created on init ok. > > but fail on a --check with couldn't open for reading. same if i make it > aide.db.new and making it /databases/aide.db.new and it moans file is the > same.
You will need to rename the aide.db.new to aidb.db after a successful init. Your config file should look like this: database=file:/databases/aide.db database_out=file:/databases/aide.db.new Regards, Richard _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
