The trouble is on line 65 as indicated by the error message given by aide. You have forgotten to add the file-attributes to be tracked by AIDE.
The same error can found on lines 65,66,67,71 and 72. Kind regards, Rami Lehti -- AIDE On 01.03.2012 07:49, Grant Lowe wrote: > Here is my config file. Thanks for the help! > > # cat aide.conf > # Aide options > #p: permissions > #i: inode > #n: number of links > #u: user > #g: group > #s: size > #b: block count > #m: mtime > #a: atime > #c: ctime > #S: check for growing size > #md5: md5 checksum > #sha1: sha1 checksum > #rmd160: rmd160 checksum > #tiger: tiger checksum > #R: p+i+n+u+g+s+m+c+md5 > #L: p+i+n+u+g > #E: Empty group > #>: Growing logfile p+u+g+i+n+S > > # security definitions > high=R+a+sha1+rmd160+tiger > medium=s+p+u+g+c+md5+sha1 > low=s+p+u+g+c+sha1 > normal=p+u+g+s+sha1-c > toanlow=s+p+u+g+md5 > ignore_list=c > > > #################################### > # Configuration > #################################### > > # Db location > database=file:/home/aide/database/aide.db > database_out=file:/home/aide/database/aide.db.new > > # Report > report_url=file:/home/aide/report/aide.txt > > # system files > /lib toanlow > /lib64 toanlow > !/etc/gconf > /etc toanlow > !/etc/cups > !/etc/prelink.cache > /bin toanlow > /sbin toanlow > !/usr/evolution28 > !/usr/tmp > !/usr/X11R6 > !/usr/share > /usr toanlow > !/var/tmp > !/var/lock > !/var/log > !/var/spool > !/var/run > !/var/cache > !/var/lib > !/var/db > /var toanlow > /var/adm > /var/sadm > /var/svc > !/var/adm/logs > > # Application files > /home/oraprd > /rpool > !/mnt > # > > ------------------------------------------------------------------------ > *From:* Rami Lehti <[email protected]> > *To:* Aide user mailinglist <[email protected]> > *Sent:* Wednesday, February 29, 2012 9:45 PM > *Subject:* Re: [Aide] Unable to compile aide 0.15.1 on Solaris 10 > > There's something wrong with your config file. Could you post that so we > can figure out what's wrong? > > Rami > > -- > Vapaa Internet ry > Hallituksen pj vuodesta 1998 :) > > Grant Lowe <[email protected]> kirjoitti: > > Well, I'm trying to run aide but it keeps barfing on me: > > bash-3.00# aide --config=/home/aide/aide.conf --init > 65:syntax error: > 65:Error while reading configuration: > Configuration error > bash-3.00# > > What am I doing wrong? > > ------------------------------------------------------------------------ > *From:* Grant Lowe <[email protected]> > *To:* Ian Masters <[email protected]>; Aide user mailinglist > <[email protected]> > *Sent:* Wednesday, February 29, 2012 8:49 AM > *Subject:* Re: [Aide] Unable to compile aide 0.15.1 on Solaris 10 > > Hi Ian, > > I thought I had tried that. It worked today. Thanks for the heads > up. It's now working! > > ------------------------------------------------------------------------ > *From:* Ian Masters <[email protected]> > *To:* Grant Lowe <[email protected]>; Aide user mailinglist > <[email protected]> > *Sent:* Tuesday, February 28, 2012 10:38 PM > *Subject:* Re: [Aide] Unable to compile aide 0.15.1 on Solaris 10 > > You're on Sparc right? Why not use the package? It's easier: > > http://www.sunfreeware.com/programlistsparc10.html#aide > > > > _______________________________________________ > Aide mailing list > [email protected] <mailto:[email protected]> > https://mailman.cs.tut.fi/mailman/listinfo/aide > > > > _______________________________________________ > Aide mailing list > [email protected] <mailto:[email protected]> > https://mailman.cs.tut.fi/mailman/listinfo/aide > > > > > _______________________________________________ > Aide mailing list > [email protected] > https://mailman.cs.tut.fi/mailman/listinfo/aide _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
