I
Immich2y ago
Gel0_F

Install issue on Synology DS916+

I'm seeing the following message in the log of immich_server:
Error: connect ETIMEDOUT at Socket.<anonymous> (/usr/src/app/node_modules/ioredis/built/Redis.js:170:41) at Object.onceWrapper (node:events:628:28) at Socket.emit (node:events:514:28) at Socket._onTimeout (node:net:571:8) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) { errorno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect' }
Thank you for any help!
4 Replies
Gel0_F
Gel0_FOP2y ago
Environment file as follows:
UPLOAD_LOCATION=./library IMMICH_VERSION=release TYPESENSE_API_KEY=RandomString2023RandomString DB_PASSWORD=postgres DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis
Gel0_F
Gel0_FOP2y ago
Portainer Compose file:
bo0tzz
bo0tzz2y ago
It can't connect to your redis server, redis is probably failing to start
Gel0_F
Gel0_FOP2y ago
1:C 02 Oct 2023 03:03:03.984 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 02 Oct 2023 03:03:03.985 # Redis version=6.2.12, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 02 Oct 2023 03:03:03.986 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 1:M 02 Oct 2023 03:03:03.988 * monotonic clock: POSIX clock_gettime 1:M 02 Oct 2023 03:03:03.989 * Running mode=standalone, port=6379. 1:M 02 Oct 2023 03:03:03.989 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 02 Oct 2023 03:03:03.989 # Server initialized 1:M 02 Oct 2023 03:03:03.989 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:M 02 Oct 2023 03:03:03.989 * Ready to accept connections

Did you find this page helpful?