sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.61k stars 240 forks source link

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

Closed gcecasmithc closed 1 year ago

gcecasmithc commented 1 year ago

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.

github-actions[bot] commented 1 year ago

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

gcecasmithc commented 1 year ago

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.

gcecasmithc commented 1 year ago

Same issues with 1.4.51.

gcecasmithc commented 1 year ago

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

kYroL01 commented 1 year ago

@gcecasmithc good news - we fixed that here https://github.com/sipcapture/homer-app/commit/2de546f9b6205897a2e5305af3fb163059cea90e The next release should be ok.

adubovikov commented 1 year ago

Please use homer-app_1.4.53_amd64.deb

Should be ok now!