Skip to content
New issue

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

Centos 8 - unable to install following admin guide/installation #2791

Open
wesleyorama-shipt opened this issue Nov 21, 2019 · 1 comment
Open

Comments

@wesleyorama-shipt
Copy link

wesleyorama-shipt commented Nov 21, 2019

While trying to setup codenvy on Centos 8, following the documentation , it looks like the containers are unable to write their config volumes. First run gives the error sed: /data/codenvy.env: No such file or directory, which is true for whatever reason it cannot create that file. When I create it manually it will progress in its installation, but not write anything in the file. Then it will complain .IOError: [Errno 2] No such file or directory: '/data/instance/docker-compose-container.yml'. Again that file does not get created.

Reproduction Steps:
Attempt to install codenvy following the documentation.
Example docker run:
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/{{redacted}}/Documents/codenvy:/data -v /media/Media:/data/backup -e CODENY_HOST={{ip}} codenvy/cli start
Note: Also tried using mounts on root, and on an external drive. I also set 777 on the /data mount point. Tried with SELinux enforcing and with enforce set to 0.

Codenvy version:

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/{{redacted}}/Documents/codenvy:/data -v /media/Media:/data/backup -e CODENY_HOST={{ip}} codenvy/cli version                                                                                                                        
WARN: Bound 'codenvy/cli' to 'codenvy/cli:5.22.2'                                                                                                                                                                                                                                                                                               
INFO: (codenvy cli): 5.22.2 - using docker 18.09.1 / native                                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                                                                                
Your CLI version is '5.22.2'.                                                                                                                                                                                                                                                                                                                   
Your installed version is '<not-installed>'.

OS and version:

Operating System: CentOS Linux 8 (Core)                                                                                                                                                                                                                                                                                                       
CPE OS Name: cpe:/o:centos:centos:8                                                                                                                                                                                                                                                                                                      
Kernel: Linux 4.18.0-80.el8.x86_64                                                                                                                                                                                                                                                                                                  
Architecture: x86-64

Docker version:

Client: Docker Engine - Community                                                                                                                                                                                                                                                                                                               
 Version:           19.03.5                                                                                                                                                                                                                                                                                                                     
 API version:       1.39 (downgraded from 1.40)                                                                                                                                                                                                                                                                                                 
 Go version:        go1.12.12                                                                                                                                                                                                                                                                                                                   
 Git commit:        633a0ea                                                                                                                                                                                                                                                                                                                     
 Built:             Wed Nov 13 07:25:41 2019                                                                                                                                                                                                                                                                                                    
 OS/Arch:           linux/amd64                                                                                                                                                                                                                                                                                                                 
 Experimental:      false                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                
Server: Docker Engine - Community                                                                                                                                                                                                                                                                                                               
 Engine:                                                                                                                                                                                                                                                                                                                                        
  Version:          18.09.1                                                                                                                                                                                                                                                                                                                     
  API version:      1.39 (minimum version 1.12)                                                                                                                                                                                                                                                                                                 
  Go version:       go1.10.6                                                                                                                                                                                                                                                                                                                    
  Git commit:       4c52b90                                                                                                                                                                                                                                                                                                                     
  Built:            Wed Jan  9 19:06:30 2019                                                                                                                                                                                                                                                                                                    
  OS/Arch:          linux/amd64                                                                                                                                                                                                                                                                                                                 
  Experimental:     false

Codenvy cli.log output:
cli.log

@hopeseekr
Copy link

I think this project is abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants