Sauron Home | Features | Screenshots | Documentation | Download | Links | About  
Documentations::Known Problems

Known Problems

The following is a list of known bugs and problems with recent Sauron releases.

v0.7.1

  • Server selection might not work for regular users. (this doesn't seem to affect users who have previously saved their server/zone selections using "Save Defaults"). Fix: a patch to Servers.pm.

v0.7.0

  • If creating new database layout (ie. not upgrading from previous version), database format version number inside the database is incorrectly still 1.0 (when it should be 1.1). Workaround: after creating database layout with 'createtables' script, run psql and issue following SQL command:
      UPDATE settings SET value='1.1' WHERE key='dbversion';
                  
    Also, table "vmps" is not created by createtables command (as it should), so this table should be created manually from vmps.sql file. This can be done as follows:
      psql sauron -f vmps.sql              
                  

v0.6.2

  • Automatic detection whether zone serial number should be updated or not fails to detect removed hosts, and it also doesn't work with reverse zones. Workaround: always user --updateserial option when generating zone files
  • Import utility cannot handle TTLs written using letter notation in zone files (ie. using "1d" instead of "86400").


  Copyright © 2001-2010 Timo Kokkonen. All rights reserved. :)