Replies: 2 comments 2 replies
-
Could you share your docker-compose.yml file or the docker command you are using to start zui? |
Beta Was this translation helpful? Give feedback.
2 replies
-
It's just a generic Ubuntu... I suppose I could try swapping to an LXC or
something else if you want me to test another setup....
…On Fri, Dec 27, 2024, 03:39 Daniel Lando ***@***.***> wrote:
This may be an issue with the VM setup as your docker-compose file looks
good. I think this is not the first time I heard this, @AlCalzone
<https://github.com/AlCalzone> what do you think?
—
Reply to this email directly, view it on GitHub
<#4069 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAEABBVRO4PR76BWENZDCD2HUG2XAVCNFSM6AAAAABT7NSETOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRXGU4TOMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running ZWave JS UI in a docker container within an Ubuntu VM on Proxmox. The controller is a TubesZB ZWave controller with the Zooz module installed. It seems to work fine for a time and then for some unknown reason ZWave JS UI exits with the error "Serial port errored: read ETIMEOUT". This causes ZWave JS UI to crash. So that's issue number one... I'm not sure why it gets a read timeout. Issue number two is that when the docker goes to restart it gives
So it seems that when the crash occurs due to the time out it isn't releasing the lock file. Manually killing, removing, and restarting the docker seems to be required to get it to come back up.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions