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

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.

Are you using 32-bit Ubuntu 18.04?

From the documentation at the Zulu website it is unclear to me whether or not they offer a repository for anything other than 64-bit x86 Linux systems.

The repository page has this message on the page which seems to indicate that they only offer 64-bit x86 packages via the repository.

The Azul Repo provides free public downloads of Zulu 64-bit packages for x86 Linux under the Zulu Terms of Use

http://repos.azulsystems.com/

Having this issue

Linux openHABianPi 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l

Getting

[18:06:01] openhabian@openHABianPi:~$ sudo apt-get update
[sudo] password for openhabian:
Ign:1 http://repos.azulsystems.com/debian stable InRelease
Hit:2 http://repos.azulsystems.com/debian stable Release
Hit:3 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Get:4 http://archive.raspberrypi.org/debian stretch InRelease [25.4 kB]
Ign:5 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
Get:6 https://dl.bintray.com/openhab/apt-repo2 stable Release [6,051 B]
Ign:7 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.

Any final solution?

Same here…
OH 2.4.0
On rPi Stretch

# [2019-08-28 21:26] maxg@rpi3ohv2 ~ $
sudo apt-get update
Get:1 http://archive.raspberrypi.org/debian stretch InRelease [25.4 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB]
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]
Get:5 http://archive.raspberrypi.org/debian stretch/main armhf Packages [221 kB]
Ign:6 https://dl.bintray.com/openhab/apt-repo2 stable Release.gpg
Get:7 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11.7 MB]
Hit:8 http://repo.owntracks.org/debian stretch InRelease
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.

You both are still on the bintray repo. You need to switch to the jfrog repo.