Skip to content
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

Closed
N1ck01as opened this issue Dec 19, 2023 · 7 comments
Closed

Bug on DSM 7.2 #202

N1ck01as opened this issue Dec 19, 2023 · 7 comments
Assignees

Comments

@N1ck01as
Copy link

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 an Err 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 an Err 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 an Err 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

@usamoi
Copy link
Collaborator

usamoi commented Dec 19, 2023

Can you provide your kernel version? You can get it with uname -a.

@N1ck01as
Copy link
Author

Can you provide your kernel version? You can get it with uname -a.

Linux y0shi 3.10.108 #64570 SMP Fri Jun 2 23:36:41 CST 2023 x86_64 GNU/Linux synology_braswell_416play

@usamoi
Copy link
Collaborator

usamoi commented Dec 19, 2023

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.

@N1ck01as
Copy link
Author

Thank you! It would be nice ^^

@DavidTIBO
Copy link

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.
'Linux DS216_II 3.10.108 #64570 SMP Fri Jul 14 01:09:00 CST 2023 x86_64 GNU/Linux synology_braswell_216+II"

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!

@remowashere
Copy link

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+

@bubblesnout
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants