forked from openhab/openhab-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When debugging openHAB in Eclipse I ran into serial port locking issues again on Ubuntu 18.04.2. We resolved these in the distro by using 3.15.0.OH2 which doesn't use licklockdev. Errors similar to the one below may show after stopping/restarting openHAB when using serial ports on certain distros: RXTX fhs_lock() Error: opening lock file: /var/lock/LCK..ttyUSB0: File exists. It is mine testRead() Lock file failed See also: openhab#761 Signed-off-by: Wouter Born <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters