Fresh installation of 2.5 failed

I installed by copying the image onto a 16 GB SDCard
First failure in Boot is after
“OK Started Cleanup of Temporary Directories”
Following line: “FAILED (pip)”

Next crash is in "Script ‘/boot/first_boot.bash’ failed’’

systemctl status is rcommended and shows this:
● rc-local.service - /etc/rc.local Compatibility
Loaded: loaded (/lib/systemd/system/rc-local.service; enabled-runtime; vendor preset: enabled)
Drop-In: /lib/systemd/system/rc-local.service.d
└─debian.conf
/etc/systemd/system/rc-local.service.d
└─ttyoutput.conf
Active: failed (Result: exit-code) since Fri 2019-12-20 16:05:03 GMT; 14min ago
Docs: man:systemd-rc-local-generator(8)
Dec 20 15:43:01 openhab systemd[1]: Starting /etc/rc.local Compatibility…
Dec 20 16:05:03 openhab systemd[1]: rc-local.service: Control process exited, code=exited, status=1/FAILURE
Dec 20 16:05:03 openhab systemd[1]: rc-local.service: Failed with result ‘exit-code’.
Dec 20 16:05:03 openhab systemd[1]: Failed to start /etc/rc.local Compatibility.

Finally ends without a Web-Interface running.

After waiting I did a reboot. Seems like the same errors show up again.

Any good ideas, what I could do or where to find more information about the pip-Failure?

BTW: pip exists and shows these packages:
openhabian@openhab:~ $ pip list
Package Version


asn1crypto 0.24.0
configparser 3.5.0b2
cryptography 2.6.1
entrypoints 0.3
enum34 1.1.6
ipaddress 1.0.17
keyring 17.1.1
keyrings.alt 3.1.1
pip 18.1
pycrypto 2.6.1
PyGObject 3.30.4
pyxdg 0.25
RPi.GPIO 0.7.0
SecretStorage 2.3.1
setuptools 40.8.0
six 1.12.0
wheel 0.32.3
openhabian@openhab:~ $

Any ideas out there?
Wolfgang

Where did you download the image from and what are you use to flash image to SD with? Also is your internet connection good and what are you running this on a Raspberry Pi?

1 Like

Downloaded Image 2.5 from https://www.openhab.org/download/ (on Dec. 20th)
Copied using current version of etcher
Internet was probably good, since I accessed raspberry through SSH and saw ping connects to other systems on subnet 192.168.1.*
Raspberry is 3B plus 980 MB according to “top”

Rebooted aganin and this time it worked, I can access http://openhab:8080.
The beforementioned Booterrors did not occur again and booting needed more time than before also.

Thanks anyway