backfmar

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by backfmar

  1. On 8/31/2022 at 12:32 AM, backfmar said:

    I have changed the Path in the template, but still gets this errors in the Logs, may someone could help?

     

     

    2022-08-30 02:02:54.002 CEST [32368] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 02:02:54.002 CEST [32368] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 03:51:48.432 CEST [5383] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 03:51:48.432 CEST [5383] DETAIL:  Key (storage, path_hash)=(22, 1112d78c0dc102e1c14400917b3ee4b7) already exists.
    2022-08-30 03:51:48.432 CEST [5383] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-30 06:25:50.393 CEST [18511] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 06:25:50.393 CEST [18511] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 06:25:50.393 CEST [18511] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 06:26:13.339 CEST [18543] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 06:26:13.339 CEST [18543] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 06:26:13.339 CEST [18543] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 08:04:18.102 CEST [21370] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 08:04:18.102 CEST [21370] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 08:04:18.102 CEST [21370] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 08:05:43.673 CEST [21466] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 08:05:43.673 CEST [21466] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 08:05:43.673 CEST [21466] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 08:06:08.112 CEST [21511] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 08:06:08.112 CEST [21511] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 08:06:08.112 CEST [21511] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 17:36:49.465 CEST [23330] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 17:36:49.465 CEST [23330] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 17:36:49.465 CEST [23330] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 17:42:16.024 CEST [23459] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 17:42:16.024 CEST [23459] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 17:42:16.024 CEST [23459] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 17:42:41.089 CEST [23497] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 17:42:41.089 CEST [23497] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 17:42:41.089 CEST [23497] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 18:17:03.999 CEST [1] LOG:  received fast shutdown request
    2022-08-30 18:17:04.015 CEST [1] LOG:  aborting any active transactions
    2022-08-30 18:17:04.017 CEST [1] LOG:  background worker "logical replication launcher" (PID 32) exited with exit code 1
    2022-08-30 18:17:04.021 CEST [27] LOG:  shutting down
    2022-08-30 18:17:04.228 CEST [1] LOG:  database system is shut down
    2022-08-30 18:17:08.356 CEST [1] LOG:  starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
    2022-08-30 18:17:08.357 CEST [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
    2022-08-30 18:17:08.357 CEST [1] LOG:  listening on IPv6 address "::", port 5432
    2022-08-30 18:17:08.436 CEST [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
    2022-08-30 18:17:08.460 CEST [26] LOG:  database system was shut down at 2022-08-30 18:17:04 CEST
    2022-08-30 18:17:08.473 CEST [1] LOG:  database system is ready to accept connections
    2022-08-30 18:40:25.112 CEST [599] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 18:40:25.112 CEST [599] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 18:40:25.112 CEST [599] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 18:41:56.383 CEST [711] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 18:41:56.383 CEST [711] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 18:41:56.383 CEST [711] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 18:42:21.617 CEST [742] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 18:42:21.617 CEST [742] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 18:42:21.617 CEST [742] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:04:32.902 CEST [1659] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:04:32.902 CEST [1659] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:04:32.902 CEST [1659] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:06:13.354 CEST [1776] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:06:13.354 CEST [1776] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:06:13.354 CEST [1776] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:06:38.615 CEST [1806] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:06:38.615 CEST [1806] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:06:38.615 CEST [1806] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:11:24.655 CEST [2026] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:11:24.655 CEST [2026] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:11:24.655 CEST [2026] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:31:18.384 CEST [1] LOG:  received fast shutdown request
    2022-08-30 19:31:18.390 CEST [1] LOG:  aborting any active transactions
    2022-08-30 19:31:18.394 CEST [1] LOG:  background worker "logical replication launcher" (PID 32) exited with exit code 1
    2022-08-30 19:31:18.394 CEST [27] LOG:  shutting down
    2022-08-30 19:31:18.646 CEST [1] LOG:  database system is shut down
    2022-08-30 19:31:22.796 CEST [1] LOG:  starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
    2022-08-30 19:31:22.796 CEST [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
    2022-08-30 19:31:22.796 CEST [1] LOG:  listening on IPv6 address "::", port 5432
    2022-08-30 19:31:22.864 CEST [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
    2022-08-30 19:31:22.879 CEST [26] LOG:  database system was shut down at 2022-08-30 19:31:18 CEST
    2022-08-30 19:31:22.888 CEST [1] LOG:  database system is ready to accept connections
    2022-08-30 23:20:14.102 CEST [2521] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 23:20:14.102 CEST [2521] DETAIL:  Key (storage, path_hash)=(22, fa5878d7e8273870e0757d725906ffec) already exists.
    2022-08-30 23:20:14.102 CEST [2521] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-30 23:20:24.030 CEST [2528] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 23:20:24.030 CEST [2528] DETAIL:  Key (storage, path_hash)=(22, 009c29e9815f32d5c1f4750bcc4bc30b) already exists.
    2022-08-30 23:20:24.030 CEST [2528] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-30 23:20:50.330 CEST [2536] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 23:20:50.330 CEST [2536] DETAIL:  Key (storage, path_hash)=(22, 3fe7adf03a9957a580ce3abfa226eb5c) already exists.
    2022-08-30 23:20:50.330 CEST [2536] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-31 00:15:02.780 CEST [3291] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-31 00:15:02.780 CEST [3291] DETAIL:  Key (storage, path_hash)=(1, 6b6b9afedd635268f0775b0b1f6d25ee) already exists.
    2022-08-31 00:15:02.780 CEST [3291] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    
    PostgreSQL Database directory appears to contain a database; Skipping initialization
    
    
    PostgreSQL Database directory appears to contain a database; Skipping initialization

     

     

    Anyone? Still get this Errors :/

  2. On 7/17/2022 at 7:26 PM, TapIt said:

    If someone hits the same issue it turns out that if you follow the template and directly put your data on a cache like /mnt/ssd_cache/appdata/ instead of /mnt/user/appdata whenever mover gets invoked it will move your files off the cache. To fix this you need to use the user path instead of the ssd cache directly. 

     

     

    I have changed the Path in the template, but still gets this errors in the Logs, may someone could help?

     

     

    2022-08-30 02:02:54.002 CEST [32368] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 02:02:54.002 CEST [32368] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 03:51:48.432 CEST [5383] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 03:51:48.432 CEST [5383] DETAIL:  Key (storage, path_hash)=(22, 1112d78c0dc102e1c14400917b3ee4b7) already exists.
    2022-08-30 03:51:48.432 CEST [5383] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-30 06:25:50.393 CEST [18511] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 06:25:50.393 CEST [18511] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 06:25:50.393 CEST [18511] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 06:26:13.339 CEST [18543] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 06:26:13.339 CEST [18543] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 06:26:13.339 CEST [18543] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 08:04:18.102 CEST [21370] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 08:04:18.102 CEST [21370] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 08:04:18.102 CEST [21370] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 08:05:43.673 CEST [21466] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 08:05:43.673 CEST [21466] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 08:05:43.673 CEST [21466] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 08:06:08.112 CEST [21511] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 08:06:08.112 CEST [21511] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 08:06:08.112 CEST [21511] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 17:36:49.465 CEST [23330] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 17:36:49.465 CEST [23330] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 17:36:49.465 CEST [23330] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 17:42:16.024 CEST [23459] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 17:42:16.024 CEST [23459] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 17:42:16.024 CEST [23459] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 17:42:41.089 CEST [23497] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 17:42:41.089 CEST [23497] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 17:42:41.089 CEST [23497] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 18:17:03.999 CEST [1] LOG:  received fast shutdown request
    2022-08-30 18:17:04.015 CEST [1] LOG:  aborting any active transactions
    2022-08-30 18:17:04.017 CEST [1] LOG:  background worker "logical replication launcher" (PID 32) exited with exit code 1
    2022-08-30 18:17:04.021 CEST [27] LOG:  shutting down
    2022-08-30 18:17:04.228 CEST [1] LOG:  database system is shut down
    2022-08-30 18:17:08.356 CEST [1] LOG:  starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
    2022-08-30 18:17:08.357 CEST [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
    2022-08-30 18:17:08.357 CEST [1] LOG:  listening on IPv6 address "::", port 5432
    2022-08-30 18:17:08.436 CEST [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
    2022-08-30 18:17:08.460 CEST [26] LOG:  database system was shut down at 2022-08-30 18:17:04 CEST
    2022-08-30 18:17:08.473 CEST [1] LOG:  database system is ready to accept connections
    2022-08-30 18:40:25.112 CEST [599] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 18:40:25.112 CEST [599] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 18:40:25.112 CEST [599] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 18:41:56.383 CEST [711] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 18:41:56.383 CEST [711] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 18:41:56.383 CEST [711] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 18:42:21.617 CEST [742] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 18:42:21.617 CEST [742] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 18:42:21.617 CEST [742] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:04:32.902 CEST [1659] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:04:32.902 CEST [1659] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:04:32.902 CEST [1659] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:06:13.354 CEST [1776] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:06:13.354 CEST [1776] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:06:13.354 CEST [1776] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:06:38.615 CEST [1806] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:06:38.615 CEST [1806] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:06:38.615 CEST [1806] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:11:24.655 CEST [2026] ERROR:  duplicate key value violates unique constraint "oc_filecache_extended_pkey"
    2022-08-30 19:11:24.655 CEST [2026] DETAIL:  Key (fileid)=(1323025) already exists.
    2022-08-30 19:11:24.655 CEST [2026] STATEMENT:  INSERT INTO "oc_filecache_extended" ("fileid", "upload_time") VALUES($1, $2)
    2022-08-30 19:31:18.384 CEST [1] LOG:  received fast shutdown request
    2022-08-30 19:31:18.390 CEST [1] LOG:  aborting any active transactions
    2022-08-30 19:31:18.394 CEST [1] LOG:  background worker "logical replication launcher" (PID 32) exited with exit code 1
    2022-08-30 19:31:18.394 CEST [27] LOG:  shutting down
    2022-08-30 19:31:18.646 CEST [1] LOG:  database system is shut down
    2022-08-30 19:31:22.796 CEST [1] LOG:  starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
    2022-08-30 19:31:22.796 CEST [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
    2022-08-30 19:31:22.796 CEST [1] LOG:  listening on IPv6 address "::", port 5432
    2022-08-30 19:31:22.864 CEST [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
    2022-08-30 19:31:22.879 CEST [26] LOG:  database system was shut down at 2022-08-30 19:31:18 CEST
    2022-08-30 19:31:22.888 CEST [1] LOG:  database system is ready to accept connections
    2022-08-30 23:20:14.102 CEST [2521] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 23:20:14.102 CEST [2521] DETAIL:  Key (storage, path_hash)=(22, fa5878d7e8273870e0757d725906ffec) already exists.
    2022-08-30 23:20:14.102 CEST [2521] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-30 23:20:24.030 CEST [2528] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 23:20:24.030 CEST [2528] DETAIL:  Key (storage, path_hash)=(22, 009c29e9815f32d5c1f4750bcc4bc30b) already exists.
    2022-08-30 23:20:24.030 CEST [2528] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-30 23:20:50.330 CEST [2536] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-30 23:20:50.330 CEST [2536] DETAIL:  Key (storage, path_hash)=(22, 3fe7adf03a9957a580ce3abfa226eb5c) already exists.
    2022-08-30 23:20:50.330 CEST [2536] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    2022-08-31 00:15:02.780 CEST [3291] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
    2022-08-31 00:15:02.780 CEST [3291] DETAIL:  Key (storage, path_hash)=(1, 6b6b9afedd635268f0775b0b1f6d25ee) already exists.
    2022-08-31 00:15:02.780 CEST [3291] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
    
    PostgreSQL Database directory appears to contain a database; Skipping initialization
    
    
    PostgreSQL Database directory appears to contain a database; Skipping initialization

     

  3. Hello, since Weeks I get some Errors in Logs and Upload fails with Android Client and WebDAV.

     

    Nextcloud 24.04 (but also with 24.03) + Postgresql14+ Redis and SWAG

     

    [webdav] Fatal: InvalidArgumentException: X-OC-MTime header must be a valid positive integer at <<closure>>
    
     0. /config/www/nextcloud/apps/dav/lib/Connector/Sabre/Node.php line 458
        OCA\DAV\Connector\Sabre\MtimeSanitizer::sanitizeMtime()
     1. /config/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php line 379
        OCA\DAV\Connector\Sabre\Node->sanitizeMtime()
     2. /config/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php line 164
        OCA\DAV\Connector\Sabre\File->put()
     3. /config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 1098
        OCA\DAV\Connector\Sabre\Directory->createFile()
     4. /config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php line 504
        Sabre\DAV\Server->createFile()
     5. /config/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php line 89
        Sabre\DAV\CorePlugin->httpPut()
     6. /config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 472
        Sabre\DAV\Server->emit()
     7. /config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 253
        Sabre\DAV\Server->invokeMethod()
     8. /config/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 321
        Sabre\DAV\Server->start()
     9. /config/www/nextcloud/apps/dav/lib/Server.php line 358
        Sabre\DAV\Server->exec()
    10. /config/www/nextcloud/apps/dav/appinfo/v2/remote.php line 35
        OCA\DAV\Server->exec()
    11. /config/www/nextcloud/remote.php line 166
        require_once("/config/www/nex ... p")
    
    PUT /remote.php/dav/files/xxxmar/Filesync%20Pixel%205/GIF/VID-20181028-WA0014.mp4
    from 99.123.100.241 by xxxmar at 2022-08-30T15:42:24+00:00

     

    I only find this, but dont know how I could do this within an Unraid Docker?

    How to fix the error invalid or negative modification date

     

    May someone could help?

  4. On 7/17/2022 at 7:26 PM, TapIt said:

    If someone hits the same issue it turns out that if you follow the template and directly put your data on a cache like /mnt/ssd_cache/appdata/ instead of /mnt/user/appdata whenever mover gets invoked it will move your files off the cache. To fix this you need to use the user path instead of the ssd cache directly. 

     

     

    If I understand you corretly, I have to change the Diretory in the template from /mnt/cache/appdata/postgresql14 to /mnt/user/appdata/postgresql14 ?

  5. On 5/26/2022 at 1:35 PM, backfmar said:

     

    I have exactly the same Problem and don't know how to fix...

     

    Movie preview generation failed Output: {"0":"ffmpeg version 4.4.1 Copyright (c) 2000-2021 the FFmpeg developers","1":" built with gcc 10.3.1 (Alpine 10.3.1_git20210424) 20210424","2":" configuration: --prefix=/usr --enable-avresample --enable-avfilter --enable-gnutls --enable-gpl --enable-libass --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-libtheora --enable-libv4l2 --enable-libdav1d --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-libxcb --enable-libsrt --enable-libssh --enable-libvidstab --disable-stripping --disable-static --disable-librtmp --enable-vaapi --enable-vdpau --enable-libopus --enable-vulkan --enable-libsoxr --enable-libwebp --enable-libaom --disable-debug","3":" libavutil 56. 70.100 / 56. 70.100","4":" libavcodec 58.134.100 / 58.134.100","5":" libavformat 58. 76.100 / 58. 76.100","6":" libavdevice 58. 13.100 / 58. 13.100","7":" libavfilter 7.110.100 / 7.110.100","8":" libavresample 4. 0. 0 / 4. 0. 0","9":" libswscale 5. 9.100 / 5. 9.100","10":" libswresample 3. 9.100 / 3. 9.100","11":" libpostproc 55. 9.100 / 55. 9.100","12":"Input #0, mov,mp4,m4a,3gp,3g2,mj2

    Still existing, nobody can help?

  6. On 5/8/2022 at 1:01 AM, Demet said:

    Hello,

     

    I keep receiving these errors when uploading my camera phone from my iphone to Nextcloud. Has anyone seen this before or knows a fix?

     

    Movie Preview Generation Failed:

     

     

    [core] Error: Movie preview generation failed Output: ["ffmpeg version 4.4.1 Copyright (c) 2000-2021 the FFmpeg developers","  built with gcc 10.3.1 (Alpine 10.3.1_git20210424) 20210424","  configuration: --prefix=/usr --enable-avresample --enable-avfilter --enable-gnutls --enable-gpl --enable-libass --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-libtheora --enable-libv4l2 --enable-libdav1d --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-libxcb --enable-libsrt --enable-libssh --enable-libvidstab --disable-stripping --disable-static --disable-librtmp --enable-vaapi --enable-vdpau --enable-libopus --enable-vulkan --enable-libsoxr --enable-libwebp --enable-libaom --disable-debug","  libavutil      56. 70.100 / 56. 70.100","  libavcodec     58.134.100 / 58.134.100","  libavformat    58. 76.100 / 58. 76.100","  libavdevice    58. 13.100 / 58. 13.100","  libavfilter     7.110.100 /  7.110.100","  libavresample   4.  0.  0 /  4.  0.  0","  libswscale      5.  9.100 /  5.  9.100","  libswresample   3.  9.100 /  3.  9.100","  libpostproc    55.  9.100 / 55.  9.100","/data/XXXX/files_trashbin/files/18-06-01 14-23-22 28E3.mp4.d1651894617: Invalid data found when processing input"]

    at 2022-05-07T22:52:12+00:00

     

    I have exactly the same Problem and don't know how to fix...

     

    Movie preview generation failed Output: {"0":"ffmpeg version 4.4.1 Copyright (c) 2000-2021 the FFmpeg developers","1":" built with gcc 10.3.1 (Alpine 10.3.1_git20210424) 20210424","2":" configuration: --prefix=/usr --enable-avresample --enable-avfilter --enable-gnutls --enable-gpl --enable-libass --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-libtheora --enable-libv4l2 --enable-libdav1d --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-libxcb --enable-libsrt --enable-libssh --enable-libvidstab --disable-stripping --disable-static --disable-librtmp --enable-vaapi --enable-vdpau --enable-libopus --enable-vulkan --enable-libsoxr --enable-libwebp --enable-libaom --disable-debug","3":" libavutil 56. 70.100 / 56. 70.100","4":" libavcodec 58.134.100 / 58.134.100","5":" libavformat 58. 76.100 / 58. 76.100","6":" libavdevice 58. 13.100 / 58. 13.100","7":" libavfilter 7.110.100 / 7.110.100","8":" libavresample 4. 0. 0 / 4. 0. 0","9":" libswscale 5. 9.100 / 5. 9.100","10":" libswresample 3. 9.100 / 3. 9.100","11":" libpostproc 55. 9.100 / 55. 9.100","12":"Input #0, mov,mp4,m4a,3gp,3g2,mj2

  7. Hello, I had exactly the same Problem. Its not the Transfer Speed for me. The Problem for me is the not working WOL with this Driver.

    I also find the Guide @cpu2k6 has found. The newest Driver can be found here: Driver 8168

    It would be nice if its possible to run this driver to get back WOL.

    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
            Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
            Flags: bus master, fast devsel, latency 0, IRQ 17
            I/O ports at e000 [size=256]
            Memory at df004000 (64-bit, non-prefetchable) [size=4K]
            Memory at df000000 (64-bit, non-prefetchable) [size=16K]
            Capabilities: [40] Power Management version 3
            Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
            Capabilities: [70] Express Endpoint, MSI 01
            Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
            Capabilities: [100] Advanced Error Reporting
            Capabilities: [140] Virtual Channel
            Capabilities: [160] Device Serial Number
            Capabilities: [170] Latency Tolerance Reporting
            Capabilities: [178] L1 PM Substates
            Kernel driver in use: r8169
            Kernel modules: r8169
    02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)

     

    M/B: MSI H170M-A PRO (MS-7972) Version 2.0

    BIOS: American Megatrends Inc. Version B.A0. Dated: 06/30/2018

    CPU: Intel® Core™ i3-6100 CPU @ 3.70GHz

    Memory: 16 GiB DDR4

    • Like 1