Date
1 - 4 of 4
no decode on AtomicPI
John
On the Atomicpi, install of Raspbian X86 and wsprdaemon, all looked well but I had no uploads. The network traffic looks good but no spots uploaded.
I did a DL of wsjtx_2.3.0_i386.deb then sudo dpkg -i wsjtx-2.3.0_i368.deb but got too many dependency errors. I am going to need some help from Rob or someone that has been down this path. John |
|
Rob Robinett
My AtomicPi is running WebSDR in Maui, so I would need to debug installation on your A-Pi. Once I get V3.0 ready for beta you will be able ti make your A-Pi accessible to me and I can debug on it. On the Atomicpi, install of Raspbian X86 and wsprdaemon, all looked well but I had no uploads. The network traffic looks good but no spots uploaded. --
|
|
Oh you switched OS. That has other issues. Try:
JT9_DECODE_ENABLED="yes" in the config This might fix it - your out of disk space; #!/bin/bash rm -r /home/atomicpi/wsprdaemon/uploads.d/wsprdaemon.d/noise.d
rm -r /home/atomicpi/wsprdaemon/uploads.d/wsprdaemon.d/spots.d
sudo rm -r /var/log/journal/25fdf8cc09074018b2db1b62610d83a6
|
|
John
I made these changes in sequence but I did not see change in problem.
Is the following df good or bad? John pi@Atomicpi:~/wsprdaemon/uploads.d/wsprnet.d/spots.d $ pi@Atomicpi:~/wsprdaemon/uploads.d/wsprnet.d/spots.d $ tail -F uploads.log Sun Mar 7 21:00:52 UTC 2021: verbosity_increment() verbosity now = 1 Sun Mar 7 21:04:17 UTC 2021: upload_wsprnet_create_spot_file_list_file() found the complete set of files in cycle /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/TI4JWC_EK70wb/*/*/210307_2102 contain no spots. So flush those file pi@Atomicpi:~/wsprdaemon/uploads.d/wsprnet.d/spots.d $ df Filesystem 1K-blocks Used Available Use% Mounted on udev 941480 0 941480 0% /dev tmpfs 195188 6172 189016 4% /run /dev/mmcblk0p2 13462592 7258000 5501004 57% / tmpfs 975936 8 975928 1% /dev/shm tmpfs 5120 4 5116 1% /run/lock tmpfs 975936 0 975936 0% /sys/fs/cgroup tmpfs 307200 25792 281408 9% /tmp/wsprdaemon /dev/mmcblk0p1 523248 8124 515124 2% /boot/efi tmpfs 195184 8 195176 1% /run/user/1000 pi@Atomicpi:~/wsprdaemon/uploads.d/wsprnet.d/spots.d $ |
|