You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest image (4.2.3) the openhab user is not added to the additional groups anymore. This prevents the process from accessing the Zwave serial port.
Expected Behavior
Openhab user should receive additional groups again. (e.g. dialout group)
Current Behavior
I found the following error in the docker log:
Adding user `openhab' ...
Adding new user `openhab' (110) with group `openhab (115)' ...
useradd warning: openhab's uid 110 outside of the UID_MIN 1000 and UID_MAX 60000 range.
I guess that the newer debian version wants higher user id's.
Possible Solution
Assign higher user and group id's in the entrypoint script.
Steps to Reproduce
Launch latest OpenHab version in docker.
Check groups with command "groups openhab". It should list the following:
openhab : openhab uucp dialout audio audio2 uucp2 dialout2 audio3 dialout3 uucp3 audio4 dialout4 audio5 gpio
Context
ZWave not working anymore. I had to revert to version 4.2.2.
Summary
In the latest image (4.2.3) the openhab user is not added to the additional groups anymore. This prevents the process from accessing the Zwave serial port.
Expected Behavior
Openhab user should receive additional groups again. (e.g. dialout group)
Current Behavior
I found the following error in the docker log:
I guess that the newer debian version wants higher user id's.
Possible Solution
Assign higher user and group id's in the entrypoint script.
Steps to Reproduce
openhab : openhab uucp dialout audio audio2 uucp2 dialout2 audio3 dialout3 uucp3 audio4 dialout4 audio5 gpio
Context
ZWave not working anymore. I had to revert to version 4.2.2.
Your Environment
OpenHab running on an Rasperry Pi 5 using Docker.
Image
Docker Host
Configuration
The text was updated successfully, but these errors were encountered: