Giter Site home page Giter Site logo

Comments (5)

muayyad-alsadi avatar muayyad-alsadi commented on July 17, 2024

Try latest devel branch as in readme
And try podman-compose down

from podman-compose.

yajo avatar yajo commented on July 17, 2024

It failed also.

podman-compose run --rm odoo psql -l
podman pod create --name=doodbadevel12 --share net -p 127.0.0.1:6899:6899 -p 127.0.0.1:8025:8025 -p 0.0.0.0:12069:8069 -p 127.0.0.1:1984:1984
70cf8b7fc7f09653289f9f80841851cb4bac08eea66b6206fb9f632581e22fa3
0
Namespace(T=False, cnt_command=['psql', '-l'], command='run', detach=False, dry_run=False, e=None, entrypoint=None, file=['docker-compose.yml'], label=None, name=None, no_ansi=False, no_cleanup=False, no_deps=False, podman_path='podman', project_name=None, publish=None, rm=True, service='odoo', service_ports=False, transform_policy='1podfw', user=None, volume=None, workdir=None)
podman volume inspect doodbadevel12_filestore || podman volume create doodbadevel12_filestore
Error: no volume with name "doodbadevel12_filestore" found: no such volume
podman run --rm -i --name=doodbadevel12_odoo_tmp53329 --pod=doodbadevel12 --label traefik.docker.network=inverseproxy_shared --label traefik.enable=true --label traefik.frontend.passHostHeader=true --label traefik.longpolling.port=8072 --label traefik.port=8069 --label io.podman.compose.config-hash=123 --label io.podman.compose.project=doodbadevel12 --label io.podman.compose.version=0.0.1 --label com.docker.compose.container-number=1 --label com.docker.compose.service=odoo -e EMAIL_FROM -e PGDATABASE=devel -e PGUSER=odoo -e DB_FILTER=.* -e PROXY_MODE=true -e DOODBA_ENVIRONMENT=devel -e LIST_DB=true -e PTVSD_ENABLE=0 -e PYTHONOPTIMIZE -e PYTHONPATH=/opt/odoo/custom/src/odoo -e SMTP_PORT=1025 -e WITHOUT_DEMO=false --mount type=bind,source=/home/yajo/.local/share/containers/storage/volumes/doodbadevel12_filestore/_data,destination=/var/lib/odoo,bind-propagation=z --mount type=bind,source=/home/yajo/Documentos/devel/tecnativa/doodbadevel12/./odoo/custom,destination=/opt/odoo/custom,bind-propagation=z,ro --mount type=bind,source=/home/yajo/Documentos/devel/tecnativa/doodbadevel12/./odoo/auto/addons,destination=/opt/odoo/auto/addons,bind-propagation=z --add-host odoo_proxy:127.0.0.1 --add-host doodbadevel12_odoo_proxy_1:127.0.0.1 --add-host odoo:127.0.0.1 --add-host doodbadevel12_odoo_1:127.0.0.1 --add-host db:127.0.0.1 --add-host doodbadevel12_db_1:127.0.0.1 --add-host smtp:127.0.0.1 --add-host doodbadevel12_smtp_1:127.0.0.1 --add-host wdb:127.0.0.1 --add-host doodbadevel12_wdb_1:127.0.0.1 --add-host cdnjs_cloudflare_proxy:127.0.0.1 --add-host doodbadevel12_cdnjs_cloudflare_proxy_1:127.0.0.1 --add-host fonts_googleapis_proxy:127.0.0.1 --add-host doodbadevel12_fonts_googleapis_proxy_1:127.0.0.1 --add-host fonts_gstatic_proxy:127.0.0.1 --add-host doodbadevel12_fonts_gstatic_proxy_1:127.0.0.1 --add-host google_proxy:127.0.0.1 --add-host doodbadevel12_google_proxy_1:127.0.0.1 --add-host gravatar_proxy:127.0.0.1 --add-host doodbadevel12_gravatar_proxy_1:127.0.0.1 --hostname example.com --tty 12.0 psql -l
ERRO[0000] error starting some container dependencies   
ERRO[0000] "open /sys/fs/cgroup/devices/7fb6d4092336576a9eea820dcc4f957e070505c97bce9e1e0fc4de99f0c12215/: No such file or directory: OCI runtime command not found error" 
Error: error starting some containers: internal libpod error
126
lsb_release -a
LSB Version:	:core-4.1-amd64:core-4.1-noarch
Distributor ID:	Fedora
Description:	Fedora release 31 (Thirty One)
Release:	31
Codename:	ThirtyOne

from podman-compose.

hluk avatar hluk commented on July 17, 2024

I had the same issue on Fedora 31. As workaround, I had to remove the published ports.

But after today's system update, everything woks fine.

from podman-compose.

yajo avatar yajo commented on July 17, 2024

Still failing after doing a full dnf update and rebooting:

(tmp.IVTECvJqvk) yajo@yajolap:~/D/d/t/doodbadevel12|12.0⚡*
➤ ll
total 40K
-rw-r-----. 1 yajo yajo 2,1K oct  1 12:21 common.yaml
-rw-r-----. 1 yajo yajo 3,9K nov 12 10:38 devel.yaml
lrwxrwxrwx. 1 yajo yajo   10 sep 26  2018 docker-compose.yml -> devel.yaml
-rw-r-----. 1 yajo yajo 1,7K oct 25 08:24 doodba.doodbadevel12.code-workspace
-rw-r-----. 1 yajo yajo 6,9K sep 26  2018 LICENSE
drwxr-x---. 4 yajo yajo 4,0K sep 26  2018 odoo/
-rw-r-----. 1 yajo yajo 1,8K may 29 11:28 prod.yaml
-rw-r-----. 1 yajo yajo  105 sep 26  2018 README.md
-rw-r-----. 1 yajo yajo 1,1K ago 22 12:46 setup-devel.yaml
-rw-r-----. 1 yajo yajo 2,2K sep 19 08:38 test.yaml
(tmp.IVTECvJqvk) yajo@yajolap:~/D/d/t/doodbadevel12|12.0⚡*
➤ podman-compose down
podman stop -t=1 doodbadevel12_db_1
Error: no container with name or ID doodbadevel12_db_1 found: no such container
125
podman stop -t=1 doodbadevel12_smtp_1
Error: no container with name or ID doodbadevel12_smtp_1 found: no such container
125
podman stop -t=1 doodbadevel12_wdb_1
Error: no container with name or ID doodbadevel12_wdb_1 found: no such container
125
podman stop -t=1 doodbadevel12_cdnjs_cloudflare_proxy_1
Error: no container with name or ID doodbadevel12_cdnjs_cloudflare_proxy_1 found: no such container
125
podman stop -t=1 doodbadevel12_fonts_googleapis_proxy_1
Error: no container with name or ID doodbadevel12_fonts_googleapis_proxy_1 found: no such container
125
podman stop -t=1 doodbadevel12_fonts_gstatic_proxy_1
Error: no container with name or ID doodbadevel12_fonts_gstatic_proxy_1 found: no such container
125
podman stop -t=1 doodbadevel12_google_proxy_1
Error: no container with name or ID doodbadevel12_google_proxy_1 found: no such container
125
podman stop -t=1 doodbadevel12_gravatar_proxy_1
Error: no container with name or ID doodbadevel12_gravatar_proxy_1 found: no such container
125
podman stop -t=1 doodbadevel12_odoo_1
Error: no container with name or ID doodbadevel12_odoo_1 found: no such container
125
podman stop -t=1 doodbadevel12_odoo_proxy_1
Error: no container with name or ID doodbadevel12_odoo_proxy_1 found: no such container
125
podman rm doodbadevel12_db_1
Error: no container with name or ID doodbadevel12_db_1 found: no such container
1
podman rm doodbadevel12_smtp_1
Error: no container with name or ID doodbadevel12_smtp_1 found: no such container
1
podman rm doodbadevel12_wdb_1
Error: no container with name or ID doodbadevel12_wdb_1 found: no such container
1
podman rm doodbadevel12_cdnjs_cloudflare_proxy_1
Error: no container with name or ID doodbadevel12_cdnjs_cloudflare_proxy_1 found: no such container
1
podman rm doodbadevel12_fonts_googleapis_proxy_1
Error: no container with name or ID doodbadevel12_fonts_googleapis_proxy_1 found: no such container
1
podman rm doodbadevel12_fonts_gstatic_proxy_1
Error: no container with name or ID doodbadevel12_fonts_gstatic_proxy_1 found: no such container
1
podman rm doodbadevel12_google_proxy_1
Error: no container with name or ID doodbadevel12_google_proxy_1 found: no such container
1
podman rm doodbadevel12_gravatar_proxy_1
Error: no container with name or ID doodbadevel12_gravatar_proxy_1 found: no such container
1
podman rm doodbadevel12_odoo_1
Error: no container with name or ID doodbadevel12_odoo_1 found: no such container
1
podman rm doodbadevel12_odoo_proxy_1
Error: no container with name or ID doodbadevel12_odoo_proxy_1 found: no such container
1
podman pod rm doodbadevel12
70cf8b7fc7f09653289f9f80841851cb4bac08eea66b6206fb9f632581e22fa3
0
(tmp.IVTECvJqvk) yajo@yajolap:~/D/d/t/doodbadevel12|12.0⚡*
➤ podman-compose run --rm odoo psql -l
podman pod create --name=doodbadevel12 --share net
e591ab861fc5273aa4b060be6225c20be27d39a1bc574fe1f1c89e6258af7e50
0
Namespace(T=False, cnt_command=['psql', '-l'], command='run', detach=False, dry_run=False, e=None, entrypoint=None, file=['docker-compose.yml'], label=None, name=None, no_ansi=False, no_cleanup=False, no_deps=False, podman_path='podman', project_name=None, publish=None, rm=True, service='odoo', service_ports=False, transform_policy='1podfw', user=None, volume=None, workdir=None)
podman volume inspect doodbadevel12_filestore || podman volume create doodbadevel12_filestore
podman run --rm -i --name=doodbadevel12_odoo_tmp12001 --pod=doodbadevel12 --label traefik.docker.network=inverseproxy_shared --label traefik.enable=true --label traefik.frontend.passHostHeader=true --label traefik.longpolling.port=8072 --label traefik.port=8069 --label io.podman.compose.config-hash=123 --label io.podman.compose.project=doodbadevel12 --label io.podman.compose.version=0.0.1 --label com.docker.compose.container-number=1 --label com.docker.compose.service=odoo -e EMAIL_FROM -e PGDATABASE=devel -e PGUSER=odoo -e DB_FILTER=.* -e PROXY_MODE=true -e DOODBA_ENVIRONMENT=devel -e LIST_DB=true -e PTVSD_ENABLE=0 -e PYTHONOPTIMIZE -e PYTHONPATH=/opt/odoo/custom/src/odoo -e SMTP_PORT=1025 -e WITHOUT_DEMO=false --mount type=bind,source=/home/yajo/.local/share/containers/storage/volumes/doodbadevel12_filestore/_data,destination=/var/lib/odoo,bind-propagation=z --mount type=bind,source=/home/yajo/Documentos/devel/tecnativa/doodbadevel12/./odoo/custom,destination=/opt/odoo/custom,bind-propagation=z,ro --mount type=bind,source=/home/yajo/Documentos/devel/tecnativa/doodbadevel12/./odoo/auto/addons,destination=/opt/odoo/auto/addons,bind-propagation=z --add-host odoo_proxy:127.0.0.1 --add-host doodbadevel12_odoo_proxy_1:127.0.0.1 --add-host odoo:127.0.0.1 --add-host doodbadevel12_odoo_1:127.0.0.1 --add-host db:127.0.0.1 --add-host doodbadevel12_db_1:127.0.0.1 --add-host smtp:127.0.0.1 --add-host doodbadevel12_smtp_1:127.0.0.1 --add-host wdb:127.0.0.1 --add-host doodbadevel12_wdb_1:127.0.0.1 --add-host cdnjs_cloudflare_proxy:127.0.0.1 --add-host doodbadevel12_cdnjs_cloudflare_proxy_1:127.0.0.1 --add-host fonts_googleapis_proxy:127.0.0.1 --add-host doodbadevel12_fonts_googleapis_proxy_1:127.0.0.1 --add-host fonts_gstatic_proxy:127.0.0.1 --add-host doodbadevel12_fonts_gstatic_proxy_1:127.0.0.1 --add-host google_proxy:127.0.0.1 --add-host doodbadevel12_google_proxy_1:127.0.0.1 --add-host gravatar_proxy:127.0.0.1 --add-host doodbadevel12_gravatar_proxy_1:127.0.0.1 --hostname example.com --tty 12.0 psql -l
ERRO[0000] error starting some container dependencies   
ERRO[0000] "open /sys/fs/cgroup/devices/ea5c7a8e205a9eec986f5c0a254bf2aa2c80d22fe14ed34404d4c154c3f7e73f/: No such file or directory: OCI runtime command not found error" 
Error: error starting some containers: internal libpod error
126

from podman-compose.

yajo avatar yajo commented on July 17, 2024

As workaround, I had to remove the published ports.

I tried, that doesn't help either.

from podman-compose.

Related Issues (20)

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.