-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug on DSM 7.2 #202
Comments
Can you provide your kernel version? You can get it with |
Linux y0shi 3.10.108 #64570 SMP Fri Jun 2 23:36:41 CST 2023 x86_64 GNU/Linux synology_braswell_416play |
The mininal Linux version we support is 3.17 I think. We will have a patch to allow the extension to work on 3.10 later today. |
Thank you! It would be nice ^^ |
Hi @VoVAllen - Just a quick message here, as I'm also running Immich containers version, on DSM 7.2, but I keep having the same issues mentionned above. Which looks similar as the ones in immich-app/immich#5813 (but I might be mistaken). Do you know if there is any plan for a fix? Thank you! |
Same issue on Synology RS1219+ rackserver, upgrading any release after v1.90.2 results in a broken Immich installation Linux rackserver 3.10.108 #64216 SMP Tue Mar 7 17:11:48 CST 2023 x86_64 GNU/Linux synology_avoton_rs1219+ |
Was looking at migrating from PhotoPrism to Immich today since I keep hearing so many good things about it but I'm having this issue trying to start the container too. Synology DS916+ running latest OS (DSM 7.2-64570 Update 3) |
Hello,
I'm using pgvecto.rs on DSM 7.2 but I can't run docker container due to an error:
2023-12-19 01:45:55.529 UTC [41] ERROR: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }immich_postgres | 2023-12-19 01:45:55.529 UTC [41] STATEMENT:
immich_postgres | CREATE INDEX IF NOT EXISTS clip_index ON smart_search
immich_postgres | USING vectors (embedding cosine_ops) WITH (options = $$
immich_postgres | [indexing.hnsw]
immich_postgres | m = 16
immich_postgres | ef_construction = 300
immich_postgres | $$);
immich_postgres | 2023-12-19 01:46:11.483 UTC [42] ERROR: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }immich_postgres | 2023-12-19 01:46:11.483 UTC [42] STATEMENT:
immich_postgres | CREATE INDEX IF NOT EXISTS clip_index ON smart_search
immich_postgres | USING vectors (embedding cosine_ops) WITH (options = $$
immich_postgres | [indexing.hnsw]
immich_postgres | m = 16
immich_postgres | ef_construction = 300
immich_postgres | $$);
immich_postgres | 2023-12-19 01:46:30.230 UTC [44] ERROR: called
Result::unwrap()
on anErr
value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }immich_postgres | 2023-12-19 01:46:30.230 UTC [44] STATEMENT:
immich_postgres | CREATE INDEX IF NOT EXISTS clip_index ON smart_search
immich_postgres | USING vectors (embedding cosine_ops) WITH (options = $$
immich_postgres | [indexing.hnsw]
immich_postgres | m = 16
immich_postgres | ef_construction = 300
immich_postgres | $$);
I don't know how to solve it...
Many thanks
The text was updated successfully, but these errors were encountered: