Two fixes so 'colibri status' works without root: 1. Socket chmod 660 in rc.d poststart — Unix socket connect() requires write permission on the socket file. The default 0755 gives only owner write; group members (clawdie in colibri) need 0660 to connect. 2. COLIBRI_DAEMON_SOCKET in /etc/profile.d/clawdie.sh — the colibri binary looks for this env var. Without it, falls back to ~/.local/share/colibri-daemon/colibri-daemon.sock (wrong). Now set globally for all clawdie shell sessions. |
||
|---|---|---|
| .. | ||
| bhyve-pf-allow.sh | ||
| bhyve-test.sh | ||
| build-and-log.sh | ||
| check-format.sh | ||
| fetch-npm-globals.sh | ||
| import-clawdie-skills.sh | ||
| preflight-host.sh | ||
| publish.sh | ||
| repack-networkmgr-for-mdo.mjs | ||
| run-bhyve-test.sh | ||
| stage-clawdie-iso.sh | ||
| stage-colibri-iso.sh | ||
| write-artifact-manifest.sh | ||