Seems a problem with the post observation script. Has it got the following rights and owner?:
cd ~
ls -l *.sh
-rwxrwxrwx 1 pi pi 140 Feb 9 12:32 postob.sh
And if you view the contents with:
less postob.sh
Gives:
#!/bin/bash
#/home/pi/rtl_biast/build/src/rtl_biast -b 0
python /home/pi/satnogs-extras/scripts/process_meteor.py "$1" "$2" "$3" "$4"
Can you check (and re-type) the quotes around $1, etc. This forum or my browser shows them a bit weird.
Can you copy the *.s file back from complete to /tmp. And now run
sudo ./postob.sh
If that works the same then this script is ok. Next the setting in
sudo satnogs-setup
needs to be checked. I have added a screenshot of this setting in the first post.
You are very close to get it working! And your pictures are great!
Good luck, Eelke.