Bug 1840698
| Summary: | [abrt] docker-compose: connect(): utils.py:76:is_ubuntu:AttributeError: module 'platform' has no attribute 'linux_distribution' | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vincenzo Luongo <luongo.vincenzo.92> | ||||||||||||||
| Component: | docker-compose | Assignee: | Michael Hampton <error> | ||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 32 | CC: | carl, error, roman, ttomecek | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/8a657cc8ee97fe498b7aceabe970f65b88b24090 | ||||||||||||||||
| Whiteboard: | abrt_hash:60fe302ea3e32e08ec89f2063cff0a747d5b28a8;VARIANT_ID=workstation; | ||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2020-06-05 03:44:35 UTC | Type: | --- | ||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Embargoed: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
Vincenzo Luongo
2020-05-27 13:00:01 UTC
Created attachment 1692690 [details]
File: backtrace
Created attachment 1692691 [details]
File: cpuinfo
Created attachment 1692692 [details]
File: environ
Created attachment 1692693 [details]
File: mountinfo
Created attachment 1692694 [details]
File: namespaces
Created attachment 1692695 [details]
File: open_fds
I'm unable to determine what is happening here. It looks like it may be a local issue rather than a bug. Can you provide a docker-compose.yml which reproduces this problem? Yes, i try install https://laradock.io/ Commands: git clone https://github.com/Laradock/laradock.git cp env-example .env docker-compose up -d nginx mysql phpmyadmin redis workspace After running this very lengthy docker-compose successfully, I took a closer look at the full backtrace. It appears that either your docker daemon is not running or its socket file /run/docker.sock has been deleted. Ensure that docker is running and that it is correctly creating the socket file /run/docker.sock. If you are trying to use Docker running on a remote host, or you moved the socket to another location, set the DOCKER_HOST environment variable before running docker-compose. |