ITS ANNOYING!

#6
by Nattwarlal - opened

Hermes gateway failed to expose the API health port. Last 40 log lines:

→ gateway is now running under s6 supervision (auto-restart on crash,
dashboard supervised alongside if HERMES_DASHBOARD is set).
This is the recommended setup for the s6 container image — the
gateway will keep running even if it crashes.
Use --no-supervise (or HERMES_GATEWAY_NO_SUPERVISE=1) to opt out
and get the pre-s6 foreground behavior instead.
2026-06-16 15:10:03,053 INFO gateway.run: Starting Hermes Gateway...
2026-06-16 15:10:03,053 INFO gateway.run: Session storage: /opt/data/sessions
2026-06-16 15:10:03,057 INFO gateway.run: Agent budget: max_iterations=60 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
2026-06-16 15:10:03,058 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
2026-06-16 15:10:04,240 INFO gateway.run: Connecting to telegram...
2026-06-16 15:10:04,248 INFO gateway.platforms.telegram: [Telegram] Using custom Telegram base_url: https://nattwarlal-kaka-proxy.narratorkaro.workers.dev/bot
2026-06-16 15:10:04,328 INFO gateway.platforms.telegram: [Telegram] Auto-discovered Telegram fallback IPs: 149.154.166.110
2026-06-16 15:10:04,328 INFO gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.166.110
2026-06-16 15:10:05,455 INFO gateway.platforms.telegram: [Telegram] set_my_commands OK for scope BotCommandScopeDefault (30 cmds)
2026-06-16 15:10:05,728 INFO gateway.platforms.telegram: [Telegram] set_my_commands OK for scope BotCommandScopeAllPrivateChats (30 cmds)
2026-06-16 15:10:05,998 INFO gateway.platforms.telegram: [Telegram] set_my_commands OK for scope BotCommandScopeAllGroupChats (30 cmds)
2026-06-16 15:10:05,998 INFO gateway.platforms.telegram: [Telegram] Telegram menu: 30 commands registered, 86 hidden (over 30 limit). Use /commands for full list.
2026-06-16 15:10:06,006 INFO gateway.platforms.telegram: [Telegram] Connected to Telegram (polling mode)
2026-06-16 15:10:06,013 INFO gateway.run: ✓ telegram connected
2026-06-16 15:10:06,018 INFO gateway.run: Gateway running with 1 platform(s)
2026-06-16 15:10:06,033 INFO gateway.run: Channel directory built: 0 target(s)
2026-06-16 15:10:07,035 INFO gateway.run: Press Ctrl+C to stop
2026-06-16 15:10:07,118 INFO gateway.run: Cron ticker started (interval=60s)
2026-06-16 15:10:12,068 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service main-hermes: stopping
s6-rc: info: service dashboard: stopping
s6-rc: info: service dashboard successfully stopped
s6-rc: info: service main-hermes successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: warning: service s6rc-oneshot-runner is marked as essential, not stopping it
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default'
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default'
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default'
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default'
runtime error
Exit code: 1. Reason: scope BotCommandScopeAllGroupChats (30 cmds) 2026-06-16 15:10:05,998 INFO gateway.platforms.telegram: [Telegram] Telegram menu: 30 commands registered, 86 hidden (over 30 limit). Use /commands for full list. 2026-06-16 15:10:06,006 INFO gateway.platforms.telegram: [Telegram] Connected to Telegram (polling mode) 2026-06-16 15:10:06,013 INFO gateway.run: ✓ telegram connected 2026-06-16 15:10:06,018 INFO gateway.run: Gateway running with 1 platform(s) 2026-06-16 15:10:06,033 INFO gateway.run: Channel directory built: 0 target(s) 2026-06-16 15:10:07,035 INFO gateway.run: Press Ctrl+C to stop 2026-06-16 15:10:07,118 INFO gateway.run: Cron ticker started (interval=60s) 2026-06-16 15:10:12,068 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s) s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service main-hermes: stopping s6-rc: info: service dashboard: stopping s6-rc: info: service dashboard successfully stopped s6-rc: info: service main-hermes successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: warning: service s6rc-oneshot-runner is marked as essential, not stopping it WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default' WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default' WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default' WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=124 parent_name=s6-supervise loadavg_1m=24.79 parent_cmdline='s6-supervise gateway-default' again and again

Nattwarlal changed discussion status to closed

Sign up or log in to comment