Description
Running the installation script fails during activation for version 0.10.5 on Linux (amd64).
Log Output
$ curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash
codebase-memory-mcp installer
os: linux
arch: amd64
target: /home/<user>/.local/bin/codebase-memory-mcp
Downloading codebase-memory-mcp-linux-amd64-portable.tar.gz...
######################################################################## 100.0%
Checksum verified.
Extracting...
Verified candidate: codebase-memory-mcp 0.10.5
codebase-memory-mcp install 0.10.5
error: activation could not reserve exclusive access; no activation was committed.
error: this is NOT a running-session problem — the reservation itself failed (coordination lock, leftover state, or permissions). Nothing needs to be closed. Check the errors above, and report this with the output of 'ls -la "${CBM_CACHE_DIR:-$HOME/.cache/codebase-memory-mcp}"' if it persists.
Cache Directory Details
As requested by the error message:
$ ls -la "${CBM_CACHE_DIR:-$HOME/.cache/codebase-memory-mcp}"
total 0
drwxrwxrwx 1 <user> <group> 4096 Aug 17 15:27 .
drwxrwxrwx 1 <user> <group> 4096 Aug 17 01:30 ..
Environment
- OS: Linux (x86_64)
- Target Version: 0.10.5
Description
Running the installation script fails during activation for version
0.10.5on Linux (amd64).Log Output
Cache Directory Details
As requested by the error message:
Environment