hyperhive/hive-ag3nt/src/bin
Repository files (latest commit first)
Filename Latest commit message Latest commit date
müde 8b238bbfaf agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors
The harness runs as the non-root agent user; the per-agent
/run/hive-agent/<name>/ dir lands at 0755 root:root after
create_dir_all, so bind(2) of web.sock failed with EACCES. The error
was invisible because the web_ui::serve future was tokio::spawn'd with
its JoinHandle dropped — no log, no socket, agent looks unreachable
through the gateway.
2026-05-31 21:38:34 +02:00
..
hive.rs agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors 2026-05-31 21:38:34 +02:00