Replies: 3 comments 1 reply
|
Hi @G0nz0uk, thanks for the detailed report - you helped catch two real bugs. Root cause: the installer's spinner function ( On top of that, Both fixed in 824bafc on
Please pull and re-run: cd zabbix-mcp-server
git pull
sudo ./deploy/install.sh installThe new installer will either succeed, or it will print exactly why Tested across Ubuntu 24.04, Debian 12, AlmaLinux 9, RHEL 8 and Fedora before merging. Will land in v1.17. |
|
Quick follow-up @G0nz0uk - both fixes from this thread are now shipped and released, so you do not need to run off a branch anymore:
To get the new code: cd zabbix-mcp-server
git fetch origin && git reset --hard origin/main # or: git checkout v1.18
sudo ./deploy/install.sh updateOn the next run, the installer either succeeds cleanly or prints exactly why pip is failing on If you happen to be running via podman-compose instead of the bash installer, the container side got a lot better in v1.18 - the full context is in my latest reply on #13 if you want it. |
|
Closing this as resolved - the original installer bug shipped in v1.17 (824bafc) and follow-up installer hygiene improvements landed in v1.18 (#13) and v1.30 (#43). If a fresh install ever fails again, please open a new discussion with the install log so we can chase the new failure mode separately. Thanks for the original report - it caught two real bugs at once. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
So I'm doing a fresh install from here.
The /etc/zabbix-mcp/config.toml doesn't exist after
I tried running the install script again:
I'm trying to follow this: https://www.youtube.com/watch?v=ZXClAcTwgys
Thanks
All reactions