Ich habe die folgenden Fehlermeldungen in meiner /var/log/gromox/gromox.log:
May 17 12:41:03 nas2 http[3124]: sqlite3_exec(/var/lib/gromox/domain/1/tables.sqlite3) "INSERT INTO t3 (inst_id, prev_id, row_type, depth, inst_num, idx) VALUES (844075, 18854, 2, 0, 0, 2)": UNIQUE constraint failed: t3.inst_id (19)
May 18 20:07:20 nas2 http[1609]: sqlite3_exec(/var/lib/gromox/domain/1/tables.sqlite3) "INSERT INTO t47 (inst_id, prev_id, row_type, depth, inst_num, idx) VALUES (844085, 18864, 2, 0, 0, 2)": UNIQUE constraint failed: t47.inst_id (19)
May 19 09:33:17 nas2 http[1609]: sqlite3_exec(/var/lib/gromox/domain/1/tables.sqlite3) "INSERT INTO t116 (inst_id, prev_id, row_type, depth, inst_num, idx) VALUES (844101, 18880, 2, 0, 0, 2)": UNIQUE constraint failed: t116.inst_id (19)
May 19 09:51:24 nas2 http[1609]: sqlite3_exec(/var/lib/gromox/domain/1/tables.sqlite3) "INSERT INTO t116 (inst_id, prev_id, row_type, depth, inst_num, idx) VALUES (844102, 18881, 2, 0, 0, 2)": UNIQUE constraint failed: t116.inst_id (19)
May 20 09:53:39 nas2 http[1609]: sqlite3_exec(/var/lib/gromox/user/4/3/tables.sqlite3) "INSERT INTO t39784 (inst_id, prev_id, row_type, depth, inst_num, idx) VALUES (1971299, 773, 2, 0, 0, 2)": UNIQUE constraint failed: t39784.inst_id (19)
May 22 07:32:12 nas2 http[1609]: sqlite3_exec(/var/lib/gromox/domain/1/tables.sqlite3) "INSERT INTO t513 (inst_id, prev_id, row_type, depth, inst_num, idx) VALUES (844125, 18904, 2, 0, 0, 2)": UNIQUE constraint failed: t513.inst_id (19)
Sind diese "t*" Tabellen temporäre Tabellen?
Was könnte der Grund für den Fehler sein? Ich habe an den sqlite DBs für die Domäne definitiv nie manuelle Änderungen vorgenommen.