- Platform information:
- Hardware: RPi
- OS: Openhabian
- Java Runtime Environment: which java platform is used and what version
- openHAB version: 2.5.2
- Issue of the topic: Tried to update to latest Openhab version, get this error
- Please post configurations (if applicable):
- Items configuration related to the issue
- Sitemap configuration related to the issue
- Rules code related to the issue
- Services configuration related to the issue
- If logs where generated please post these here using code fences:
I’m following the openHabian upgrade instructions found at Migration to openHAB 3 | openHAB
Using the config tool, I selected the 03 option to upgrade to the openHAB Stable version. I had just previously selected 02, to upgrade the system, which completely satisfactorily.
The error for 03 is;
pi@raspberrypi:~ $ sudo openhabian-config
2021-07-31_17:10:10_EDT [openHABian] Checking for root privileges... OK
Hit:1 https://repos.influxdata.com/debian buster InRelease
Hit:2 https://packages.grafana.com/oss/deb stable InRelease
Hit:3 http://archive.raspberrypi.org/debian buster InRelease
Hit:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
Err:5 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
403 Forbidden [IP: 52.38.32.109 443]
Reading package lists... Done
E: Failed to fetch
https://dl.bintray.com/openhab/apt-repo2/dists/stable/InRelease 403
Forbidden [IP: 52.38.32.109 443]
E: The repository 'https://dl.bintray.com/openhab/apt-repo2 stable
InRelease' 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.
2021-07-31_17:10:30_EDT [openHABian] Loading configuration file
'/etc/openhabian.conf'... OK
2021-07-31_17:10:33_EDT [openHABian] openHABian configuration tool
version: [master]v1.5-541(5158a5f)
2021-07-31_17:10:33_EDT [openHABian] Checking for changes in origin... OK
$ apt-get -y install apt-transport-https
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt-transport-https is already the newest version (1.8.2.3).
The following packages were automatically installed and are no longer required:
alsa-base gstreamer0.10-alsa gstreamer0.10-plugins-base
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libva-wayland2
libxfce4util-bin libxfce4util-common libxfce4util7 libxfconf-0-2 pimixer
point-rpi triggerhappy xfconf
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 390 not upgraded.
2021-07-31_17:10:48_EDT [openHABian] Installing or upgrading to latest
openHAB release (stable)...
$ wget -O openhab-key.asc
https://bintray.com/user/downloadSubjectPublicKey?username=openhab
--2021-07-31 17:10:50--
https://bintray.com/user/downloadSubjectPublicKey?username=openhab
Resolving bintray.com (bintray.com)... 75.126.118.184
Connecting to bintray.com (bintray.com)|75.126.118.184|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-07-31 17:10:51 ERROR 403: Forbidden.
$ apt-key add openhab-key.asc
gpg: no valid OpenPGP data found.
FAILED (key)
I had found an ostensible fix at this April '20 thread, though when I put " -x" at the end of openhab.bash, packages.bash, and system.bash, then rebooted, the same error still existed.
Also added
‘’’
deb JFrog stable main
‘’’
to the sources.list and tried that again. No joy.
What should I try next?