I've recently installed tripwire on my webserver and am trying to edit the policy file so it won't spit out so many of these errors
Code:
### Warning: File system error.
### Filename: /etc/smb.conf
### No such file or directory
### Continuing...
I've commented out the offending files in the /etc/tripwire/twpol.txt file and attempted to do a
tripwire --update-policy /etc/tripwire/twpo.txt
but all hell breaks loose during step 1 of the update proccess
Code:
[root@aeon /home/alex/downloads/tripwire-2.3 ] #tripwire --update-policy /etc/tripwire/twpol.txt
Parsing policy file: /etc/tripwire/twpol.txt
Please enter your local passphrase:
Please enter your site passphrase:
======== Policy Update: Processing section Unix File System.
======== Step 1: Gathering information for the new policy.
### Warning: File system error.
### Filename: /root/Mail
### No such file or directory
### Continuing...
### Error: Policy Update Added Object.
### An object has been added since the database was last updated.
### Object name: /var/lib/tripwire/aeon.twd
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object /root/.gconf
### > Modify Time
### > Change Time
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object
### /root/.gconf/apps/gnome-settings/gedit
### > Modify Time
### > Change Time
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object
### /root/.gconf/apps/gnome-settings/gedit/%gconf.xml
### > Inode Number
### > Size
### > Modify Time
### > Change Time
### > CRC32
### > MD5
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object /root/.gconfd
### > Modify Time
### > Change Time
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object /root/.gconfd/saved_state
### > Modify Time
### > Change Time
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object /root/.gnome2/gedit-2
### > Size
### > Modify Time
### > Change Time
### > CRC32
### > MD5
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object /root/.gnome2_private
### > Change Time
### Error: Policy Update Changed Object.
### An object has been changed since the database was last updated.
### Object name: Conflicting properties for object /root/.recently-used
### > Size
### > Modify Time
### > Change Time
### > Blocks
### > CRC32
### > MD5
======== Step 2: Updating the database with new objects.
======== Step 3: Pruning unneeded objects from the database.
Policy update failed; policy and database files were not altered.
What's wrong?
-brain_bucket2000