sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring

Home Page:https://sipcapture.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.4.47 packages and up on https://packagecloud.io/qxip/sipcapture are broken

gcecasmithc opened this issue · comments

Few issues with 1.4.47 and up packages.

No binary is placed under /usr/local/bin/. "homer-app.service: Failed at step EXEC spawning /usr/local/bin/homer-app: No such file or directory" is thrown when it attempts to start. Creating a symlink between /usr/local/homer/bin/homer-app and /usr/local/bin/homer-app allows it to launch.

webapp_config.json is now named webapp_config.json.example which breaks the homer-installer(https://github.com/sipcapture/homer-installer).

The web UI is unreachable and "remote http://127.0.0.1:3000 unreachable, could not forward: dial tcp 127.0.0.1:3000: connect: connection refused" is thrown. If Grafana is running it simply redirects to the Grafana UI if a valid token is set, if not, "Invalid Basic Auth Header" is thrown. This occurs even if Grafana is disabled in webapp_config.json.

Nothing is shown in the log file or console.

1.4.37 appears to be fine.

Please star this repository to motivate the developers and to get higher priority! ⭐

Similar issues from the Google group.

https://groups.google.com/g/homer-discuss/c/iF7gjz0at9A - homer-installer not finding webapp_config.json because it is named webapp_config.json.example.

https://groups.google.com/g/homer-discuss/c/6-6C9PI39U8 - Other issues with 1.4.47 and up.

Same issues with 1.4.51.

Crap, please transfer this issue to homer-app. Sorry :(

@gcecasmithc good news - we fixed that here sipcapture/homer-app@2de546f
The next release should be ok.

Please use homer-app_1.4.53_amd64.deb

Should be ok now!