The repository 'https://dl.bintray.com/openhab/apt-repo2 stable Release' is not signed. (Raspberry pi 3)

Mine is working again as well, thx for the quick fix.

1 Like

Hi,

I am getting this error now, is there a way to fix, i am using Rasp Pi 4?

pi@raspberrypi:~ $ sudo apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Ign:3 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
Get:4 https://dl.bintray.com/openhab/apt-repo2 stable Release [6,051 B]
Ign:5 https://dl.bintray.com/openhab/apt-repo2 stable Release.gpg
Reading package lists… Done
E: The repository ‘https://dl.bintray.com/openhab/apt-repo2 stable Release’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
pi@raspberrypi:~ $

2 Likes

I’m having the same issue. Raspi 3, installation is already few months old and apt update always worked up to today.

Get:11 https://dl.bintray.com/openhab/apt-repo2 stable Release [6,051 B]
Ign:12 https://dl.bintray.com/openhab/apt-repo2 stable Release.gpg
Reading package lists… Done
E: The repository ‘https://dl.bintray.com/openhab/apt-repo2 stable Release’ is no longer signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Is it a problem with the repository?

Edit: Ah… you’re running stable. Then the link above does not apply.

You did read this?

1 Like

That worked with another recent problem. Does not help now.

This seems to be the problem. Ben is aware.

2 Likes

Hi,

Can I add this line to one of the config files on the SD card when openhabian is doing first boot ?

wget -qO - ‘https://bintray.com/user/downloadSubjectPublicKey?username=openhab’ | sudo apt-key add

Looks like key is not working in armbian(ubuntu 19.04)
I’ve managed adding trusted to deb sources list

E: The repository ‘https://dl.bintray.com/openhab/apt-repo2 stable Release’ is no longer signed.

This is the error I am getting while using the command sudo apt-get update
I did try the above mentioned execution:
wget -qO - ‘https://bintray.com/user/downloadSubjectPublicKey?username=openhab’ | sudo apt-key add
But unfortunately, apt-get update throws the same error again, could you share any solution to this?
I am on a RPi stretch

There are problems with the repository on bintray. Burkart posted the solution in the other topic to use the repository on jfrog:

1 Like

Is the repo on jfrog.io a workaround or for permanently use?

Thanks
Ulf

Again not work ?

I have the same problem…For the first time installed openhab to Raspberry 3 B and on installing mosquitto have this problem. Not signed. Tryed with some others commands but not sucess and for me because I’m beginner in Linux this is pain.

Still the same here.

Just did work for me - thanks Marcel !

1 Like

Could someone please let us know if jfrog.io is temporary or permanent as @UlfK asked? That way we know we need to revisit this some time soon to revert the changes.

I would say for now that using jfrog for stable releases should be a temporary measure.

I am running on ubuntu 18.04
Edited /etc/apt/sources.list.d/openhab2.list.
1st attempt using:-
deb https://openhab.jfrog.io/openhab/openhab-linuxpkg stable main
2nd attempt using:-
deb [arch=amd64] https://openhab.jfrog.io/openhab/openhab-linuxpkg stable main.

Both attempts have the same error message " ‘http://repos.azul.com/azure-only/zulu/apt stable InRelease’ doesn’t support architecture ‘i386’"

Your Azul repo location does not match with what is listed on this page.

Check your /etc/apt/sources.list file and any files in /etc/apt/sources.list.d/ to locate where you have defined the Zulu repository location and update accordingly.

Then do sudo apt update to activate the new repository location.

Hi
I commented off deb-src http://repos.azul.com/azure-only/zulu/apt stable main in /etc/apt/source.list.
Problem solved.