did you follow the installation here: http://docs.openhab.org/installation/linux.html and did you perform each and very step?; Do not follow any other installation guides, there have been too many changes
you need a very recent java8 installation (build 101 or later)
did you perform the two last steps that were printed on your screen after the installation, in your case it should be (from installation guide above): ```
Linux init systems based on sysVinit (e.g. Debian 7, Ubuntu 14.x, Raspbian Wheezy and earlier):
sudo /etc/init.d/openhab2 start
sudo /etc/init.d/openhab2 status
sudo update-rc.d openhab2 defaults
If nothing of the above works, you may want to search the forum a little:
Other experienced similar installation problems and found varied solutions, some of them are included in the above, others just purged and reinstalled to start over and that seem to have worked.
https://community.openhab.org/t/openhab-2-fails-to-start-using-systemctl/15907/8
https://community.openhab.org/t/openhab-do-not-autostart-at-boot/15819
did you follow the installation here: http://docs.openhab.org/installation/linux.html and did you perform each and very step?; Do not follow any other installation guides, there have been too many changes
you need a very recent java8 installation (build 101 or later)
did you perform the two last steps that were printed on your screen after the installation, in your case it should be (from installation guide above): ```
Linux init systems based on sysVinit (e.g. Debian 7, Ubuntu 14.x, Raspbian Wheezy and earlier):
sudo /etc/init.d/openhab2 start
sudo /etc/init.d/openhab2 status
sudo update-rc.d openhab2 defaults[/quote]
Yes, except that I followed the instructions for Ubuntu 15 and later at the very end, since Im on 16.04. The only difference is the systemctl versus /etc/init lines.
I probably will remove and reinstall and see if that fixes it.