Giter Site home page Giter Site logo

Comments (5)

tomatolog avatar tomatolog commented on May 27, 2024

here is a config that does not work on Windows

searchd
{
    listen			= 127.0.0.1:9312
    listen			= 9316
    listen			= 9315:mysql41

and the buddy start cli

accepting connections
[BUDDY] started v2.3.7 'docker run --rm -p 9412:9999 -v "C:\dev\sphinx\manticore-plugins/manticore-buddy:/buddy" -v manticore-usr_local_lib_manticore:/usr/local/lib/manticore -e PLUGIN_DIR=/usr/local/lib/manticore -v C:/dev/sphinx/build/m_dbg22/src/RelWithDebInfo/data:/var/lib/manticore -e DATA_DIR=/var/lib/manticore -w /buddy --name buddy_2039823321 manticoresearch/manticore-executor:1.1.3 /buddy/src/main.php --listen=http://host.docker.internal:9312 --bind=0.0.0.0:9999 --disable-telemetry --threads=1' at http://host.docker.internal:9412

here is a config there buddy works ok

searchd
{
    listen			= 9316
    listen			= 9315:mysql41

and then buddy start cli

accepting connections
[BUDDY] started v2.3.7 'docker run --rm -p 9416:9999 -v "C:\dev\sphinx\manticore-plugins/manticore-buddy:/buddy" -v manticore-usr_local_lib_manticore:/usr/local/lib/manticore -e PLUGIN_DIR=/usr/local/lib/manticore -v C:/dev/sphinx/build/m_dbg22/src/RelWithDebInfo/data:/var/lib/manticore -e DATA_DIR=/var/lib/manticore -w /buddy --name buddy_2039823321 manticoresearch/manticore-executor:1.1.3 /buddy/src/main.php --listen=http://host.docker.internal:9316 --bind=0.0.0.0:9999 --disable-telemetry --threads=1' at http://host.docker.internal:9416

from manticoresearch.

tomatolog avatar tomatolog commented on May 27, 2024

seems buddy from the docker can not properly connect into daemon port that bind to 127.0.0.1 - daemon should select and pass into buddy --listen= the first port that is not bound to 127.0.0.1 or do not start buddy if all ports are bound to 127.0.0.1

from manticoresearch.

sanikolaev avatar sanikolaev commented on May 27, 2024

@tomatolog can you try to upgrade your Docker and try again?

This seems to be related docker/for-win#13398 and there docker/for-win#13398 (comment) they say it was fixed in 4.19.0

from manticoresearch.

tomatolog avatar tomatolog commented on May 27, 2024

my docker is already 4.28.0 (139021)

from manticoresearch.

tomatolog avatar tomatolog commented on May 27, 2024

seems issue disappeared while I switched into master version of buddy

from manticoresearch.

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.