- Platform information:
- Hardware: RPi 3B+, Intel 128 GB SSD, Aeon labs Z-Stick Gen 5
- OS: Openhabian
- Java Runtime Environment: Included in Openhabian
- openHAB version: 2.4.0 Release Build
- If logs where generated please post these here using code fences:
No messages in openhab or events log. - Issue of the topic: please be detailed explaining your issue
When I run openhabian-config I got the following errors:
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.
Below is the entire process when I run "sudo openhabian-config.
[13:58:30] openhabian@Guard:~$ sudo openhabian-config
[sudo] password for openhabian:
2019-09-05_13:58:51_CEST [openHABian] Checking for root privileges… OK
Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
Ign:2 http://repos.azulsystems.com/debian stable InRelease
Hit:3 http://repos.azulsystems.com/debian stable Release
Ign:4 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
Hit:5 https://deb.nodesource.com/node_8.x stretch 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
Get:9 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB]
Get:10 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11.7 MB]
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.
2019-09-05_13:59:30_CEST [openHABian] Loading configuration file ‘/etc/openhabian.conf’… OK
2019-09-05_13:59:30_CEST [openHABian] openHABian configuration tool version: [master]v1.5-514(d77d644)
2019-09-05_13:59:32_CEST [openHABian] Checking for changes in origin… Updates available…
2019-09-05_13:59:48_CEST [openHABian] Updating myself… OK - Commit history (oldest to newest):
479f146 - build.bash: image mounting in docker, #697 (#700) (20 hours ago) N
build.bash | 53 ++++++++++++++++++++++++++++++++++++++++++++±-------
1 file changed, 45 insertions(+), 8 deletions(-)
f98d612 - Rewrite of Java rutine ensuring updated packages (#675) (19 hours ago) E
Dockerfile | 2 ±
build-image/openhabian.conf | 4 ++
build-image/openhabian.pi-raspbian.conf | 4 ++
build-image/openhabian.pine64-xenial.conf | 4 ++
functions/config.bash | 7 ++++
functions/helpers.bash | 6 +++
functions/java-jre.bash | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++±----------------------------
functions/java-jre.bats | 35 ++++++++++++++++
functions/menu.bash | 11 ++±-
functions/packages.bash | 2 ±
functions/system.bash | 1 +
openhabian-setup.sh | 2 ±
12 files changed, 260 insertions(+), 72 deletions(-)
openHABian configuration tool successfully updated.
Visit the development repository for more details: https://github.com/openhab/openhabian
The tool will now restart to load the updates…
2019-09-05_13:59:50_CEST [openHABian] Checking for root privileges… OK
Ign:1 http://repos.azulsystems.com/debian stable InRelease
Hit:2 http://repos.azulsystems.com/debian stable Release
Hit:3 http://archive.raspberrypi.org/debian stretch InRelease
Hit:4 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Hit:5 https://deb.nodesource.com/node_8.x stretch InRelease
Ign:6 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
Get:8 https://dl.bintray.com/openhab/apt-repo2 stable Release [6,051 B]
Ign:9 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.
2019-09-05_13:59:56_CEST [openHABian] Loading configuration file ‘/etc/openhabian.conf’… OK
2019-09-05_13:59:56_CEST [openHABian] openHABian configuration tool version: [master]v1.5-516(f98d612)
2019-09-05_13:59:56_CEST [openHABian] Checking for changes in origin… OK
2019-09-05_14:00:06_CEST [openHABian] Checking for default openHABian username:password combination… FAILED
2019-09-05_14:00:07_CEST [openHABian] We hope you got what you came for! See you again soon
Anyone who can explain this?