0xAF / openwebrxplus-softmbe-docker

Docker image for OpenWebRX+ from luarvique, with Digital modes, including DMR, D-Star, YSF, FreeDV, DRM, NXDN, etc.
https://hub.docker.com/r/slechev/openwebrxplus-softmbe
MIT License
24 stars 5 forks source link

2024-02-07 appears to be missing sdrplay api service #4

Closed sgofferj closed 9 months ago

sgofferj commented 9 months ago
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
[services.d] done.

OpenWebRX+ - Open Source SDR Web App for Everyone!  | for license see LICENSE file in the package
_________________________________________________________________________________________________

Author contact info:    Marat Fayzullin <luarvique@gmail.com>
Documentation:          https://github.com/jketterl/openwebrx/wiki
Support and info:       https://groups.io/g/openwebrx

2024-02-07 06:16:07,631 - owrx.__main__ - INFO - OpenWebRX+ version v1.2.46 starting up...
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
2024-02-07 06:16:11,036 - owrx.markers - DEBUG - Starting marker database thread...
2024-02-07 06:16:11,038 - owrx.markers - DEBUG - Loading markers from '/var/lib/openwebrx/markers.json'...
2024-02-07 06:16:11,041 - owrx.__main__ - INFO - No SSL certificate, using http:// protocol.
2024-02-07 06:16:11,049 - owrx.__main__ - INFO - To enable https://, supply SSL certificate:
2024-02-07 06:16:11,050 - owrx.__main__ - INFO -     /etc/openwebrx/cert.pem
2024-02-07 06:16:11,050 - owrx.__main__ - INFO -     /etc/openwebrx/key.pem
2024-02-07 06:16:11,050 - owrx.__main__ - INFO - Ready to serve requests.
2024-02-07 06:16:11,055 - owrx.markers - DEBUG - Loaded 1200 markers from '/var/lib/openwebrx/markers.json'.
2024-02-07 06:16:11,058 - owrx.eibi - DEBUG - Loading schedule from '/var/lib/openwebrx/eibi.json'...
2024-02-07 06:16:11,143 - owrx.eibi - DEBUG - Loaded 11520 entries from '/var/lib/openwebrx/eibi.json'...
2024-02-07 06:16:11,166 - owrx.markers - DEBUG - Loaded 475 transmitters from EIBI.
2024-02-07 06:16:11,167 - owrx.repeaters - DEBUG - Loading repeaters from '/var/lib/openwebrx/repeaters.json'...
2024-02-07 06:16:11,169 - owrx.repeaters - DEBUG - Loaded 125 repeaters from '/var/lib/openwebrx/repeaters.json'...
2024-02-07 06:16:11,170 - owrx.repeaters - DEBUG - Looking for repeaters within 200km...
2024-02-07 06:16:11,170 - owrx.repeaters - DEBUG - Found 95 repeaters within 200km.
2024-02-07 06:16:11,171 - owrx.markers - DEBUG - Updating map...
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
execlineb: fatal: unable to exec /usr/local/bin/sdrplay_apiService: No such file or directory
0xAF commented 9 months ago

Try pulling the latest. Should be working now. Please report back.

sgofferj commented 9 months ago

2024-02-08 works. Thank you!