I just tried to install the latest snapshot of policyd v2 (cluebringer-200805071309), but MySQL has some problems with importing the data:
Error SQL query: /* This table is used for tracking the quotas */ CREATE TABLE quotas_tracking( QuotasLimitsID BIGINT UNSIGNED, TrackKey VARCHAR( 512 ) , /* Last time this record was update */LastUpdate BIGINT UNSIGNED, /* NULL means not updated yet */Counter NUMERIC( 10, 4 ) , UNIQUE ( QuotasLimitsID, TrackKey ), FOREIGN KEY ( QuotasLimitsID ) REFERENCES quotas_limits( ID ) ) TYPE = InnoDB; MySQL said: #1071 - Specified key was too long; max key length is 765 bytes Any clues what needs to be corrected? I have MySQL 5. -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ policyd-users mailing list policyd-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/policyd-users