Issue of the topic:
I had a stable and running 2.3 setup.
There were some new features and device support for Lutron and Xiaomi that I wanted and were included in the 2.4 Milestones
I tried updating my PPA and running apt update/upgrade
Open would fail to start with messages about not being able to find the Lutron bundle.
reverting to 2.3 would correct that and OH would start and run.
I then removed OH with apt remove and deleted all files listed in
smitopher@myth-server:~$ sudo openhab-cli start
A systemd service configuration exists...
Use 'sudo /bin/systemctl start openhab2.service' to start an openHAB service
Launching an instance in this terminal..
Launching the openHAB runtime...
__ _____ ____
____ ____ ___ ____ / / / / | / __ )
/ __ \/ __ \/ _ \/ __ \/ /_/ / /| | / __ |
/ /_/ / /_/ / __/ / / / __ / ___ |/ /_/ /
\____/ .___/\___/_/ /_/_/ /_/_/ |_/_____/
/_/ 2.4.0.M6
Milestone Build
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown openHAB.
Error in initialization script: /var/lib/openhab2/etc/shell.init.script: /var/lib/openhab2/etc/shell.init.script
Googling did not give anything helpful
What am I missing?
It seems that there is a broken dependency on the gnu.io (serial transport) that is not automatically resolved during the installation of the lutron binding.
try to install the serial transport bundle from the OH2 console:
feature:install openhab-transport-serial
If this works, report back so we can open an issue against the lutron binding