Coder Social home page Coder Social logo

docker-mumble's People

Contributors

thebwt avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

docker-mumble's Issues

Request for support

Hello,

I followed your procedure well. However, here is what I have in my console.

Also, how do i go to the admin web console.

head_1 | Failed to set initial capabilities head_1 | <W>2018-08-10 13:27:07.966 Initializing settings from /mumble/mumble-server.ini (basepath /mumble) head_1 | <W>2018-08-10 13:27:07.968 Meta: TLS cipher preference is "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:AES256-SHA:AES128-SHA" head_1 | <W>2018-08-10 13:27:07.968 OpenSSL: OpenSSL 1.0.2g 1 Mar 2016 head_1 | <C>2018-08-10 13:27:07.968 Successfully switched to uid 107 head_1 | <C>2018-08-10 13:27:07.968 Failed to set initial capabilities head_1 | <W>2018-08-10 13:27:08.072 ServerDB: Opened SQLite database /mumble/mumble-server.sqlite head_1 | <W>2018-08-10 13:27:08.073 Generating new tables... head_1 | <W>2018-08-10 13:27:08.086 Resource limits were 0 0 head_1 | <C>2018-08-10 13:27:08.086 Failed to set priority limits. head_1 | <C>2018-08-10 13:27:08.086 Failed to set final capabilities head_1 | <W>2018-08-10 13:27:08.088 MurmurIce: Endpoint "tcp -h 192.168.192.2 -p 6502" running head_1 | <W>2018-08-10 13:27:08.089 OSInfo: Failed to execute lsb_release head_1 | <W>2018-08-10 13:27:08.089 Murmur 1.2.12 (1.2.12-1ubuntu1) running on X11: Linux 4.9.0-7-amd64: Booting servers head_1 | <W>2018-08-10 13:27:08.110 1 => Password for 'SuperUser' set to ']zhwU|e15gQWO_' head_1 | <W>2018-08-10 13:27:08.139 1 => Server listening on 0.0.0.0:64738 head_1 | <W>2018-08-10 13:27:08.144 1 => Failed to set IPV6_RECVPKTINFO for 0.0.0.0:64738 head_1 | <W>2018-08-10 13:27:08.152 1 => Generating new server certificate. head_1 | <W>2018-08-10 13:27:08.530 1 => Announcing server via bonjour head_1 | <W>2018-08-10 13:27:08.535 1 => Not registering server as public head_1 | <W>2018-08-10 13:27:08.535 Object::connect: No such slot MurmurDBus::userTextMessage(const User *, const TextMessage &)

Since I already have several services, I modified the docker-compose.yml so that the port of mumble-web is 2880
Can you confirm that I have not made any mistakes

`version: '2'

networks:
ice:

volumes:
slice:
mumble-data:

services:

head:
build: mumble-head
volumes:
- mumble-data:/mumble
- slice:/usr/share/slice/
ports:
- "64738:64738"
- "64738:64738/udp"
restart: always
networks:
- ice
web:
build: mumble-web
volumes:
- mumble-data:/mumble
- slice:/usr/share/slice
volumes_from:
- head
ports:
- "2880:2880"
restart: always
networks:
- ice
command: python /usr/src/app/pyweb/manage.py runserver 0.0.0.0:2880`

Thank

Christophe

Mercurial does not like TLS

It looks like mercurial does not like TLS...
I wrote a hacky fix in the PR I'm gonna do

abort: error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:581)
ERROR: Service 'web' failed to build: The command '/bin/sh -c cd /usr/src && hg clone http://bitbucket.org/Svedrin/mumble-django && mv mumble-django app' returned a non-zero code: 255

Interface Web config

Hi,
I can not understand how to execute the command line:
docker exec -it bash -cd /usr/src/app/pyweb -python manage.py syncdb

In which containers do I have to execute this one?

Thanks

Christophe

capture du 2018-08-11 15-10-03

Cannot execute the Docker-compose

Hi,
I just tried to start the image but the docker compose thrown an error

Ign http://httpredir.debian.org jessie InRelease
Get:2 http://httpredir.debian.org jessie-updates InRelease [7340 B]
Get:3 http://httpredir.debian.org jessie Release.gpg [2420 B]
Get:4 http://httpredir.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [831 kB]
Get:6 http://httpredir.debian.org jessie/main amd64 Packages [9098 kB]
Fetched 10.1 MB in 1min 13s (138 kB/s)
W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/InRelease  Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)   

E: Some index files failed to download. They have been ignored, or old ones used instead.               
ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y     python-zeroc-ice     python-imaging     python-simplejson     mercurial     python-pil     build-essential     python-dev     libjpeg-dev     libpng3     libfreetype6-dev     libbz2-dev  && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Version Python 2.7

Hi,
I inform you that the version of Python is not good because it is the version 2.7 which will not be maintained any more in a few months (01/01/2020)

Could you update the version of Python? We are currently at version 3.7
https://pypi.org/project/zeroc-ice/

How do you upgrade the Python version?

Thank a lot for your reply

Christophe

Bug Python : No such file or directory

Hi,

On a new install, i have a problem with Python:
python: can't open file '/usr/src/app/pyweb/manage.py': [Errno 2] No such file or directory

I don't understand. Are you an idea ?

Thanks

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.