Start9Labs / synapse-startos

Apache License 2.0
3 stars 5 forks source link

Synapse for 0.3.6 #63

Open k0gen opened 2 months ago

k0gen commented 2 months ago

Service: Synapse

This issue is part of our efforts to ensure that the OS is fully ready for the service when 0.3.6 is launched.

Current Status:

Description: Synapse is currently experiencing issues with health checks in StartOS 0.3.6. The service fails to pass the necessary health checks, which could indicate deeper underlying issues affecting its functionality. Specific areas affected may include connectivity, resource usage, or service uptime.

Tasks:

k0gen commented 2 months ago

Synapse Health Checks Issues

Federation
Error: open /data/start9/config.yaml: no such file or directory

Admin interface
Error: open /data/start9/config.yaml: no such file or directory Waiting for Synapse to finish initialization ...

User Signups Off
Error: open /data/start9/config.yaml: no such file or directory User signups should be disabled when not in use 

Logs

2024-08-10T09:02:04+02:00  Error: docker_entrypoint.sh exited with code 1
2024-08-10T09:02:04+02:00      at ChildProcess.<anonymous> (/usr/lib/startos/init/node_modules/@start9labs/start-sdk/cjs/lib/mainFn/CommandController.js:38:35)
2024-08-10T09:02:04+02:00      at ChildProcess.emit (node:events:519:28)
2024-08-10T09:02:04+02:00      at ChildProcess._handle.onexit (node:internal/child_process:294:12)
2024-08-10T09:02:04+02:00  Filesystem I/O Error: No such file or directory (os error 2)
2024-08-10T09:02:04+02:00  Error: docker_entrypoint.sh exited with code 2
2024-08-10T09:02:04+02:00      at ChildProcess.<anonymous> (/usr/lib/startos/init/node_modules/@start9labs/start-sdk/cjs/lib/mainFn/CommandController.js:38:35)