8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After downloading the required files by the installator, I had recieved following errors output:
Command ['docker-compose', '--file', 'open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'pull'] exited successfully Executing: ['docker-compose', '--file', 'open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d'] WARNING: The DOCKER_CLIENT_TIMEOUT environment variable is deprecated. Please use COMPOSE_HTTP_TIMEOUT instead. Recreating eyeos_jitsi_1 ERROR: driver failed programming external connectivity on endpoint eyeos_mysql_1 (3df10cb0e57ad3447c3995ea3af08e95d33df38c6318a6194ef6aa19be036afc): Error starting userland proxy: listen tcp 0.0.0.0:3306: bind: address already in use Command ['docker-compose', '--file', 'open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d'] failed with exit status 1 Traceback (most recent call last): File "./open365", line 16, in router.route(*sys.argv[1:]) File "open365/lib/SubcommandRouter.py", line 25, in route instance.execute(*args) File "open365/lib/Subcommands/Install.py", line 89, in execute docker_compose.exec('up') File "open365/lib/DockerComposeExecutor.py", line 35, in exec self.subprocess.check_call(args, cwd=self.cwd, env=new_env) File "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['docker-compose', '--file', 'open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d']' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered:
I am getting exactly the same error. I have the same version of ubuntu too. If you can find out what it is please share it.
Sorry, something went wrong.
Execute this command: lsof -i:3306 And then execute this: kill -9 PID It's worked for me
What if I don't kill mysql as it's in use for many other applications already?
No branches or pull requests
After downloading the required files by the installator, I had recieved following errors output:
The text was updated successfully, but these errors were encountered: