Giter VIP home page Giter VIP logo

Comments (12)

boojew avatar boojew commented on August 22, 2024 1

from docker-homebridge.

boojew avatar boojew commented on August 22, 2024 1

Yea, this seems to be fully resolved now! Thanks

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

What platform are you running on? Can you also provide the docker command you are using to start the container so I can try and replicate the issue.

Thanks.

from docker-homebridge.

boojew avatar boojew commented on August 22, 2024

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

I think this is caused by multiple instances of the avahi running, possibly in other containers you have running or on the same host.

I have a solution that I think might solve your problem that I will push shortly.

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

Can you give this image try and let me know if it resolves the issue?

docker run --net=host oznu/homebridge:avahi-fix

Thanks.

from docker-homebridge.

boojew avatar boojew commented on August 22, 2024

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

Thanks for testing out that tag for me. I've now fixed the container restart issue as well, it was a bit of regression from the last lot of major changes I made.

You can swap back to using the latest tag as I'll be deleting the avahi-fix tag.

New release: https://github.com/oznu/docker-homebridge/releases/tag/1.1.1

If you're still having issues feel free to reopen this issue.

from docker-homebridge.

boojew avatar boojew commented on August 22, 2024

Just tested with the latest tag, and I am still having the same issue :( Just as an FYI, avahi is not running on the docker host

Edit: also, not sure how to reopen...

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

Strange. Do you mind posting the full log output after you restart the container?

docker logs <container id or name>

Update:

I have been able to replicate this issue. I had been testing using docker stop homebridge which safely shuts down the container, allowing the avahi daemon to clean up after itself. When using docker kill homebridge I see the issue occur.

docker run --name homebridge oznu/homebridge
docker kill homebridge
docker start homebridge

I'll update the init scripts to remove the avahi-daemon pid on startup and this issue should be resolved.

Pull Request: #7

from docker-homebridge.

boojew avatar boojew commented on August 22, 2024

Interesting.. I use docker stop exclusively; however, I have been using docker start and not docker run to start the container again. It was my understanding that docker run would build out a new container each time

from docker-homebridge.

oznu avatar oznu commented on August 22, 2024

I've merged that pull request and the builds have finished. Would you mind testing the latest tag again?

docker pull oznu/homebridge:latest

Thanks again for helping me debug this one.

from docker-homebridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.