Please do not post questions in the shout-box as it will be lost in a few days. Open your own topic in the appropriate section. Thank you.
Jul 13 13:38:59 websdr start-websdr.sh[911]: Dropping Waterfall due tterminate called after throwing an instance of 'std::bad_alloc'
Jul 13 13:38:59 websdr start-websdr.sh[911]: what(): std::bad_alloc
Jul 13 13:39:00 websdr start-websdr.sh[780]: /opt/PhantomSDR-Plus/start-websdr.sh: line 23: 911 Aborted (core dumped) build/spectrumserver --config $TOML < $FIFO
Jul 13 14:06:43 websdr start-websdr.sh[3478320]: build/spectrumserver: /usr/local/lib/libcurl.so.4: no version information available (required by build/spectrumserver)
sudo rm /usr/local/lib/libcurl.so.4
sudo ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0 /usr/local/lib/libcurl.so.4
m_server.set_listen_backlog(16384); //Backlog upped from 8192 to 16384 for testing - Bas.
Quote from: Emmanuel SV1BTL on Jul 07, 2025, 10:29 PMStrange behavior during the last month. RX-888 USB disconnections, but the server is still running!
The only new condition is the heat - 38 and even 42 °C
To be honest, I am tired....
#!/bin/bash
cd /opt/PhantomSDR-Plus/
killall -s9 spectrumserver
killall -s9 rx888_stream
## Files to load
#FIFO=fifo.fifo
TOML=config-rx888mk2.toml
#[ ! -e "$FIFO" ] && mkfifo $FIFO
rx888_stream/target/release/rx888_stream -f ./rx888_stream/SDDC_FX3.img -s 60000000 --pga -d -r -g 50 -a 0 -m low -o - | build/spectrumserver --config $TOML
#exit
[Unit]
Description=PhantomSDRPlus WebSDR
Requires=network-online.target
[Service]
ExecStart=/opt/PhantomSDR-Plus/start-websdr.sh
Type=exec
Restart=on-failure
RestartSec=5
[Install]
Alias=websdr.service
WantedBy=multi-user.target
Page created in 0.010 seconds with 8 queries.