朱朗熹
朱朗熹
Explore posts from servers
IImmich
Created by 朱朗熹 on 3/29/2025 in #help-desk-support
Timezone/Datetime metadata askew for external libraries
No description
6 replies
IImmich
Created by 朱朗熹 on 2/4/2025 in #help-desk-support
Problem starting up Immich
2025-02-04 17:50:13 immich_server | microservices worker error: QueryFailedError: pgvecto.rs: IPC connection is closed unexpected.
2025-02-04 17:50:13 immich_server | ADVICE: The error is raisen by background worker errors. Please check the full PostgreSQL log to get more information. Please read `https://docs.pgvecto.rs/admin/configuration.html`., stack: QueryFailedError: pgvecto.rs: IPC connection is closed unexpected.
2025-02-04 17:50:13 immich_server | ADVICE: The error is raisen by background worker errors. Please check the full PostgreSQL log to get more information. Please read `https://docs.pgvecto.rs/admin/configuration.html`.
2025-02-04 17:50:13 immich_server | at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:219:19)
2025-02-04 17:50:13 immich_server | at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2025-02-04 17:50:13 immich_server | at async DataSource.query (/usr/src/app/node_modules/typeorm/data-source/DataSource.js:350:20)
2025-02-04 17:50:13 immich_server | at async DatabaseRepository.shouldReindex (/usr/src/app/dist/repositories/database.repository.js:150:25)
2025-02-04 17:50:13 immich_server | at async DatabaseService.checkReindexing (/usr/src/app/dist/services/database.service.js:145:17)
2025-02-04 17:50:13 immich_server | at async /usr/src/app/dist/services/database.service.js:93:13
2025-02-04 17:50:13 immich_server | at async /usr/src/app/dist/repositories/database.repository.js:211:23
2025-02-04 17:50:13 immich_server | microservices worker exited with code 1
2025-02-04 17:50:13 immich_server | microservices worker error: QueryFailedError: pgvecto.rs: IPC connection is closed unexpected.
2025-02-04 17:50:13 immich_server | ADVICE: The error is raisen by background worker errors. Please check the full PostgreSQL log to get more information. Please read `https://docs.pgvecto.rs/admin/configuration.html`., stack: QueryFailedError: pgvecto.rs: IPC connection is closed unexpected.
2025-02-04 17:50:13 immich_server | ADVICE: The error is raisen by background worker errors. Please check the full PostgreSQL log to get more information. Please read `https://docs.pgvecto.rs/admin/configuration.html`.
2025-02-04 17:50:13 immich_server | at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:219:19)
2025-02-04 17:50:13 immich_server | at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
2025-02-04 17:50:13 immich_server | at async DataSource.query (/usr/src/app/node_modules/typeorm/data-source/DataSource.js:350:20)
2025-02-04 17:50:13 immich_server | at async DatabaseRepository.shouldReindex (/usr/src/app/dist/repositories/database.repository.js:150:25)
2025-02-04 17:50:13 immich_server | at async DatabaseService.checkReindexing (/usr/src/app/dist/services/database.service.js:145:17)
2025-02-04 17:50:13 immich_server | at async /usr/src/app/dist/services/database.service.js:93:13
2025-02-04 17:50:13 immich_server | at async /usr/src/app/dist/repositories/database.repository.js:211:23
2025-02-04 17:50:13 immich_server | microservices worker exited with code 1
Microservices worker exited with code 1. Never had this issue before and haven't made any changes. Can't seem to fix or find the problem and docs is no longer an owned domain either 🤣. Any help would be appreciated.
8 replies
IImmich
Created by 朱朗熹 on 1/28/2025 in #help-desk-support
Can't Add Library "unknown path"
No description
5 replies
CDCloudflare Developers
Created by 朱朗熹 on 10/1/2024 in #general-help
SSH Identification String
Hi all, I've recently configured a cloudflared tunnel for my raspberry pi application and connected through it through a web application that I set up no problem However when I try to access it through terminal : cloudflared access ssh --hostname {myhostnamehere} a browser window pops up and asks me to authenticate (so far no problem) It then pastes the following : SSH- 2.0-OpenSSH_9.2p1 -2+deb12u3 upon pressing enter or writing any value it returns with : Invalid SSH identification string Can anyone solve this problem?
2 replies
CDCloudflare Developers
Created by 朱朗熹 on 9/28/2024 in #general-help
Cloudflare Tunnel SSH
Hi guys, I'm working on a personal project for my raspberry pi and was wondering if I could access it through a cloudflare tunnel on any non-local network. I know this is possible through port-forwarding, however I do not want to expose my ports to the internet (for security). I followed this tutorial to no avail https://pimylifeup.com/raspberry-pi-cloudflare-tunnel/ and tried to follow cloudflare documentation https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/ and also to no avail. I have created a tunnel, connected it with my raspberry pi, and routed it to the raspberry pi's local ip address. The tunnel shows as healthy. I have tried configuring a public hostname for the tunnel to access it, and when I try to connect via terminal : ssh {user}@{my domain} Nothing happens and a connection time out error occurs On the client (laptop I am using to connect to the raspberrypi), I have already enrolled it in Zero Trust as per step two of the documentation above. Is there any way to solve this problem? Am I missing something?
2 replies