GithubHelp home page GithubHelp logo

Comments (10)

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

Hi,

I don't see the -i parameter in your docker run command that keeps the STDIN opened. Can you please try adding the parameter?

from mangos-docker.

braddevans avatar braddevans commented on June 30, 2024

oh thanks that was the issue

from mangos-docker.

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

Sure, have fun.

from mangos-docker.

braddevans avatar braddevans commented on June 30, 2024
sudo docker run -it -d \
	-e "LOGIN_DATABASE_INFO=192.168.2.5;3306;root;mangos;realmd" \
	-e "WORLD_DATABASE_INFO=192.168.2.5;3306;root;mangos;mangos2" \
	-e "CHARACTER_DATABASE_INFO=192.168.2.5;3306;root;mangos;character2" \
	-p 8085:8085 \
	-v /home/docker/gameservers/worldofwarcraft/config/:/mangosconf/ \
	-v /home/docker/gameservers/worldofwarcraft/maps:/etc/mangos/maps \
	-v /home/docker/gameservers/worldofwarcraft/mmaps:/etc/mangos/mmaps \
	-v /home/docker/gameservers/worldofwarcraft/vmaps:/etc/mangos/vmaps \
	-v /home/docker/gameservers/worldofwarcraft/dbc:/etc/mangos/dbc \
	ssorriaux/mangostwo-server

same seg fault issue even with interactive
std_out.txt

from mangos-docker.

mightymiracleman avatar mightymiracleman commented on June 30, 2024

Hello! I stumbled across this issue as I was running into this problem in K8s; I have server deployment successfully starting, but it crashes as soon as it hits the mangos prompt (I get that same segmentation error mentioned above). I did some searching to see if it was possible to leave the STDIN open on the Pod / Container as you suggested above but I'm not having much luck finding how to do this in k8s.

Thank you!

from mangos-docker.

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

Hey,

OK, I see, I will do some testing tomorrow and let you know. Is it also for Mangos 2?

from mangos-docker.

mightymiracleman avatar mightymiracleman commented on June 30, 2024

Yep! I can give you additional info if you need it. Thanks so much!

from mangos-docker.

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

@mightymiracleman I just pushed some updates and was able to get the DB, realmd and almost the server running (I dont have the maps available right now). Can you please retry using the latest kubernete-deployment.yml file? As the problem was mainly from some changes in the DB, you will need to delete the PVC used by the database statefulset so that it will perform a full generation of the DB. I also changed all the mangos*-server containers to include the stdin: true and tty: true configuration.

from mangos-docker.

mightymiracleman avatar mightymiracleman commented on June 30, 2024

I blew it all away and re deployed; I just added PV / PVC for the volumes (like I had it) looks like it's up! Thank you!

from mangos-docker.

StephenSorriaux avatar StephenSorriaux commented on June 30, 2024

Thank you for your feedback!

@braddevans FWIW, those commits also fix the latest issue you mentioned.

from mangos-docker.

Related Issues (14)

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.