Using older version of Buster causing headaches. Help!

The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries.

Post Reply
User avatar
/RaspberryPi
Corporate
Posts: 2449
Joined: Wed Jun 05, 2019 1:29 am

Using older version of Buster causing headaches. Help!

Post by /RaspberryPi »

I am having a ton of difficulty. This has been a weeks long project, that I have almost completed but I keep hitting road blocks. Up until now I have been able to stumble and bash my way through but Iv'e hit a final roadblock. So a brief history.
I am trying to setup a device that captures wifi seeking information, as well BLE signals to give a count of people in a large outdoor area, and track pedestrian traffic patterns. I have found the application to do it, and successfully installed it on newer versions of Raspbian. However, to accomplish this, it requires an external wifi adapter capable of monitor mode. So, purchased one and spent days trying to install it, only to learn via MrEngmans script, there are no drivers for the updated kernels ( RTL8822BU).
So I went backward, installed an older version of Raspbian (buster) and was finally able to get the wifi adapter working. Problem is now when trying to install the application
[INDENT] https://github.com/databat-io/sonar
[/INDENT] I am running into a whole myriad of problems.
[INDENT] pi@raspberrypi:~/sonar $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
[/INDENT] When the application attempted to install docker I came across a load of errors, managed to resolve them by installing Docker with the convenience script instead of the repositories. All is well. However, when I try to
[INDENT] sudo docker-compose up -d
[/INDENT] I received the following.
[INDENT] W: GPG error: http://security.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.debian.org/debian-security bullseye-security InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed.
W: GPG error: http://archive.raspbian.org/raspbian bullseye InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.raspbian.org/raspbian bullseye InRelease' is not signed.
W: GPG error: http://archive.raspberrypi.org/debian bullseye InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.raspberrypi.org/debian bullseye InRelease' is not signed.
[/INDENT] Iv'e added keys as other articles suggested.
[INDENT] gpg --keyserver keyserver.ubuntu.com --recv-key 04EE7237B7D453EC
gpg: keybox '/home/pi/.gnupg/pubring.kbx' created
gpg: key E0B11894F66AEC98: 15 signatures not checked due to missing keys
gpg: /home/pi/.gnupg/trustdb.gpg: trustdb created
gpg: key E0B11894F66AEC98: public key "Debian Archive Automatic Signing Key (9/stretch) " imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
pi@raspberrypi:~/sonar $ gpg --keyserver keyserver.ubuntu.com --recv-key 648ACFD622F3D138
gpg: key DC30D7C23CBBABEE: 5 signatures not checked due to missing keys
gpg: key DC30D7C23CBBABEE: public key "Debian Archive Automatic Signing Key (10/buster) " imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
pi@raspberrypi:~/sonar $ gpg --export 04EE7237B7D453EC | sudo apt-key add -
OK
pi@raspberrypi:~/sonar $ gpg --export 648ACFD622F3D138 | sudo apt-key add -
[/INDENT] Also tried clearing out all the docker images and containers and even uninstall and reinstall. Docker is running it just will not bring up the project. What am I missing? Why is it throwing errors regarding bullseye signatures when I am on buster? Other forums have suggested not thinking this is a Buster problem, however this does not exist if I use an updated Kernel. However, no drivers exist for my wifi adapter on the updated kernel.

This is a project for my boss and my head can only beat against the wall so many times! Any help would be greatly appreciated!

submitted by /u/Beginning-History904
[link] [comments]

More...
Post Reply

Return to “Raspberry Pi Forum”