Marc Remijn

Results 8 comments of Marc Remijn

I tried route53 but with this call: ``` my $result = $route53service->ChangeResourceRecordSets( ChangeBatch => { Changes => [ { Action => 'UPSERT', ResourceRecordSet => { Name => 'host53.remijn.org.', Type =>...

Since jessie is systemd, one might also use: ``` sudo systemctl disable dphys-swapfile ``` Check with ``` sudo systemctl status dphys-swapfile ``` Reboot and check again ....

Update. I didn't provide the correct device (1,driver=remote (remote SDRPlay)). But still the same issue with SIGINT: ``` marc@debian:~/src/rx_tools$ rx_fm -d 1,driver=remote -a A -M wbfm -f 96.8M | play...

Hi Nick, I am running: Mopidy: raspbian package Mopidy-tunein: raspbian package Mopidy-musicbox-webclient: dev version (cloned from github). I am running Raspbian Jessie. I checked to see if there were updates...

Same thing here on Raspbian GNU/Linux 10. ``` pi@mpw:~/src/m17-cxx-demod/build $ gcc --version gcc (Raspbian 8.3.0-6+rpi1) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source...

I have added the module 'manually' to the config.json. Started SDR++, first time another core dump. Second time and from then on, no problems.... Don't know why the adding from...

How do I do that? Do I need to recompile sdr++ or the tetra-demodulator with debug symbols enabled for that?

Thanks. Somehow SDR++ sometimes crashes when starting. But when retrying it starts and runs without issues. So I have been able to use the plugin. It works fine. But I...